diff options
Diffstat (limited to 'arch/extras')
-rw-r--r-- | arch/extras/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/extras/PKGBUILD b/arch/extras/PKGBUILD new file mode 100644 index 0000000..40f80c3 --- /dev/null +++ b/arch/extras/PKGBUILD @@ -0,0 +1,21 @@ +# makepkg -sfi +pkgname=my-extras +pkgver=0 +pkgrel=1 +arch=(any) + +# Big apps +depends=( + chromium + firefox + gparted + pandoc + rtorrent +) + +#games +depends+=( + teamspeak3 + steam-native-runtime + wine +) |