summaryrefslogtreecommitdiff
path: root/arch/dev/PKGBUILD
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-04-03 15:02:21 +0200
committerUrbain Vaes <urbain@vaes.uk>2019-04-03 15:02:27 +0200
commita0d3fb4b6ae53a6942ec072246587fa84bdf72da (patch)
tree69d5c063aee56032c55e059ef134c6ef0bfc40c2 /arch/dev/PKGBUILD
parent0b73d545946fa1d62a66138ad30e46cd0f8d358e (diff)
[arch] Update metapackages
Diffstat (limited to 'arch/dev/PKGBUILD')
-rw-r--r--arch/dev/PKGBUILD36
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
+)