aboutsummaryrefslogtreecommitdiff
path: root/archlinux.pkgs.d/devel
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-12-28 16:37:18 +0100
committerKarel Kočí <cynerd@email.cz>2016-12-28 16:37:18 +0100
commit64e557a8b97c4975c25cf5bd12fa3bb51fb38756 (patch)
tree23ce66a37d3964f271dda29811b3791b084dcc60 /archlinux.pkgs.d/devel
parentf2f8cf509625c427b07bf52f749df9e1aef45799 (diff)
downloadmyconfigs-64e557a8b97c4975c25cf5bd12fa3bb51fb38756.tar.gz
myconfigs-64e557a8b97c4975c25cf5bd12fa3bb51fb38756.tar.bz2
myconfigs-64e557a8b97c4975c25cf5bd12fa3bb51fb38756.zip
Rewrite arch packages little bit
List of expected packages is now generated using m4 language.
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