diff options
Diffstat (limited to 'arch/dev')
-rw-r--r-- | arch/dev/PKGBUILD | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/dev/PKGBUILD b/arch/dev/PKGBUILD new file mode 100644 index 0000000..423d133 --- /dev/null +++ b/arch/dev/PKGBUILD @@ -0,0 +1,36 @@ +# makepkg -sfi +pkgname=my-dev +pkgver=0 +pkgrel=1 +arch=(any) +depends=( + biber + boost + cloc + cmake + flake8 + gcc + gdb + ghostscript # For epstopdf + ipython + python-ipdb + python-jedi + python-language-server + python-numpy + python-pylint + python-scipy + python-sphinx + python-sympy + python-matplotlib + texlive-bibtexextra + texlive-core + texlive-fontsextra + texlive-formatsextra + texlive-games + texlive-humanities + texlive-latexextra + texlive-pictures + texlive-pstricks + texlive-publishers + texlive-science +) |