summaryrefslogtreecommitdiff
path: root/_AUR/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '_AUR/Makefile')
-rw-r--r--_AUR/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/_AUR/Makefile b/_AUR/Makefile
new file mode 100644
index 0000000..1fda06c
--- /dev/null
+++ b/_AUR/Makefile
@@ -0,0 +1,7 @@
+.PHONY: all release
+
+all:
+ makepkg -s
+
+release:
+ makepkg --printsrcinfo > .SRCINFO