blob: 41c7b741ec697a35dbb188c97ef3e3ce763981e8 (
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
37
38
39
40
41
|
dnl vim:ft=m4
define(DEVEL)
dnl devel group
syscmd(`pacman -Qg base-devel | awk "{print \$2}"')
dnl yep ansible
ansible
dnl I sometimes use busybox for testing scripts
busybox
dnl Stuff used durring development
tig
dash
mkdocs
asciidoc
cppcheck
ctags
valgrind
texlive-latexextra
git
dnl Web
ruby
ruby-jekyll
dnl Python
twine
flake8
ipython
python-pypandoc
python-xattr
python2-xattr
python-daemon
dnl Building stuff
clang
cmake
patch
dnl work devel
lua51
|