diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-03-04 20:27:49 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-03-04 20:27:49 +0000 |
commit | 2766ffb0a6bf3af276e88544602100e06d1cf1e9 (patch) | |
tree | 32fd6abb679a2e857da7e590ba6a278ebb71dde0 /arch/additional-packages/PKGBUILD | |
parent | 56fa6951bccc312b24b3766c38c0e49e64a796fb (diff) |
[vim] Fix symlink problem
Diffstat (limited to 'arch/additional-packages/PKGBUILD')
-rw-r--r-- | arch/additional-packages/PKGBUILD | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/additional-packages/PKGBUILD b/arch/additional-packages/PKGBUILD new file mode 100644 index 0000000..936974b --- /dev/null +++ b/arch/additional-packages/PKGBUILD @@ -0,0 +1,30 @@ +# yaourt -P && makepkg -i +pkgname=base-packages +pkgver=0 +pkgrel=1 +arch=(any) +depends=(biber + cmus + cpulimit + flake8 + gnuplot + mencoder + ncmpcpp + nmap + npm + pandoc + python-matplotlib + python2-matplotlib + qemu + texlive-bibtexextra + texlive-fontsextra + texlive-formatsextra + texlive-games + texlive-humanities + texlive-latexextra + texlive-pictures + texlive-pstricks + texlive-publishers + texlive-science + tig + ttf-ubuntu-font-family) |