summaryrefslogtreecommitdiff
path: root/sisyphus
blob: 346888954ecc28a8884971391639e739b08c3a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

# Sisyphus is a simple GUI for epkg, the portage wrapper
# It uses gnome-extra/yad, x11-libs/vte && x11-misc/gtkdialog
# Main Author : Ghiunhan Mamut @ Redcore Linux Project

# import main user interface
source libsisyphus.sh

main() {
	gtkdialog --space-expand=true --space-fill=true --program=mainui &
}

main