diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-04-03 15:11:22 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-04-03 15:13:00 +0200 |
commit | e3d81be587cad7b7c7ed094281d8867255d49bac (patch) | |
tree | e0dc7f8d0925d7fd55f00502b7629606f39b11b6 /arch/local | |
parent | a0d3fb4b6ae53a6942ec072246587fa84bdf72da (diff) |
Fix gui package
Diffstat (limited to 'arch/local')
-rw-r--r-- | arch/local/PKGBUILD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/local/PKGBUILD b/arch/local/PKGBUILD new file mode 100644 index 0000000..5c6055b --- /dev/null +++ b/arch/local/PKGBUILD @@ -0,0 +1,16 @@ +# yaourt -P && makepkg -i +pkgname=local-packages +pkgver=0 +pkgrel=1 +arch=(any) +depends=( + bashmount + bitlbee-facebook + myrepos + rofi-dmenu + spotify + tmuxinator + ttf-monaco ubuntu-wallpapers + ttf-computer-modern-fonts + yay-bin +) |