summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHendrik 'T4cC0re' Meyer2019-11-08 16:27:20 +0100
committerHendrik 'T4cC0re' Meyer2019-11-08 16:27:20 +0100
commit470f453af9a9dea3d236f589424473a7f04f88e6 (patch)
tree206f9786ad15dc289673525cd5e124ac73348ad9 /Makefile
downloadaur-470f453af9a9dea3d236f589424473a7f04f88e6.tar.gz
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..376662402b15
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+.PHONY: all
+
+all:
+ @rm -f *.tar.* .SRCINFO
+ @sed -i 's/^sha512sums=.*$$/$(shell makepkg -g)/g' PKGBUILD
+ @makepkg --printsrcinfo > .SRCINFO