summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2015-07-09 16:50:05 +0200
committerMaxime Gauduin2015-07-09 16:50:05 +0200
commite75e84ef5b072619daff07a0407761250b13e14e (patch)
tree40d4c5aa4e9699c9bf616e3f49beb2310d069182
parent61976736a9eaddc696adad45017a4012ee8e48b3 (diff)
downloadaur-e75e84ef5b072619daff07a0407761250b13e14e.tar.gz
Add MKPKG
-rw-r--r--MKPKG5
1 files changed, 5 insertions, 0 deletions
diff --git a/MKPKG b/MKPKG
new file mode 100644
index 000000000000..5be378382624
--- /dev/null
+++ b/MKPKG
@@ -0,0 +1,5 @@
+pkgname=('dcadec-git')
+
+check_git $packagedir/$pkgname/${pkgname%-*}
+
+# vim: ts=2 sw=2 et: