aboutsummaryrefslogtreecommitdiff
path: root/archlinux.pkgs.d/devel
diff options
context:
space:
mode:
Diffstat (limited to 'archlinux.pkgs.d/devel')
-rw-r--r--archlinux.pkgs.d/devel41
1 files changed, 41 insertions, 0 deletions
diff --git a/archlinux.pkgs.d/devel b/archlinux.pkgs.d/devel
new file mode 100644
index 0000000..41c7b74
--- /dev/null
+++ b/archlinux.pkgs.d/devel
@@ -0,0 +1,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