summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTom Whitwell2020-02-14 14:46:11 +0000
committerTom Whitwell2020-02-14 14:46:11 +0000
commitcd3f7af8ea30b91103cdb45e5a6eb671d8bf434d (patch)
tree524ac2987b2f217b019705e6fc56b8db400352d1 /Makefile
downloadaur-cd3f7af8ea30b91103cdb45e5a6eb671d8bf434d.tar.gz
Initial commit of govuk-guix-git AUR package
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 000000000000..d9cf3181e263
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+.PHONY: PKGBUILD clean package
+
+all: PKGBUILD .SRCINFO
+
+PKGBUILD:
+ makepkg -docC
+
+.SRCINFO: PKGBUILD
+ makepkg --printsrcinfo > .SRCINFO
+
+package: .SRCINFO
+ makepkg
+
+clean:
+ rm -rf govuk-guix-git pkg src completion *.tar.xz \ No newline at end of file