summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0471f92
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+pkgs = cl-alexandria-git clark-git cl-babel cl-cffi cl-iterate \
+ cl-sqlite cl-trivial-features cl-trivial-gray-streams \
+ python2-dispass python2-dispass-git
+
+.PHONY: all $(pkgs) $(install-pkgs)
+
+all:
+
+$(pkgs):
+ cd "$@" && makepkg -sic --needed --noconfirm && cd "$(CURDIR)"
+
+clark-git: cl-sqlite
+cl-babel: cl-trivial-gray-streams cl-alexandria-git cl-trivial-features
+cl-cffi: cl-babel cl-alexandria-git cl-trivial-features
+cl-sqlite: cl-iterate cl-cffi