diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-04-03 15:02:21 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-04-03 15:02:27 +0200 |
commit | a0d3fb4b6ae53a6942ec072246587fa84bdf72da (patch) | |
tree | 69d5c063aee56032c55e059ef134c6ef0bfc40c2 /arch/extras | |
parent | 0b73d545946fa1d62a66138ad30e46cd0f8d358e (diff) |
[arch] Update metapackages
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 +) |