summaryrefslogtreecommitdiff
path: root/sisyphus
blob: ab7991a1e36709983eaede533fbced2b56d17b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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

source libsisyphus

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

main