[aur-requests] [PRQ#3723] Deletion Request for gg
notify at aur.archlinux.org
notify at aur.archlinux.org
Fri Jul 10 19:23:22 UTC 2015
karol_007 [1] filed a deletion request for gg [2]:
The PKGBUILD is longer that the script it packages
$ wc -c PKGBUILD gg
428 PKGBUILD
255 gg
https://aur4.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=gg
https://raw.githubusercontent.com/qguv/gg/master/gg
#!/bin/sh
case $* in
"--help")
echo "'gg' restarts the system. Use 'gg no re' to halt the
system instead.";;
"")
sudo systemctl reboot;;
"nore"|"no re")
sudo systemctl poweroff;;
*)
echo "yeah $* gg";;
esac
[1] https://aur4.archlinux.org/account/karol_007/
[2] https://aur4.archlinux.org/pkgbase/gg/
More information about the aur-requests
mailing list