summaryrefslogtreecommitdiff
path: root/sisyphus
blob: 9121677be0123fe5243d8ed15ea5091051a834d2 (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 /usr/lib64/sisyphus/libsisyphus.sh

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

main