summaryrefslogtreecommitdiff
path: root/arch/dev/PKGBUILD
blob: 423d1334ad0cac933e69235bf689bb9c248eca70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
)