summarylogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 000000000000..1e08cc79b1ae
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,7 @@
+.PHONY: all
+
+all:
+ mkdir -p src
+ cd src && updpkgsums ../PKGBUILD
+ makepkg --printsrcinfo > .SRCINFO
+ makepkg