summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFuad Saud2022-04-10 01:18:34 +0200
committerFuad Saud2022-04-10 01:18:34 +0200
commit6ac40d6fc5c37c26d42a54e9e17eaebcda726763 (patch)
tree242d72507a83423b2fd5ec960ce77988595a97f9
parent1cba821d606d0b01fb2fe7109438bfadfaa7ec33 (diff)
downloadaur-pocket-casts-linux-bin.tar.gz
Add Makefile
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..98d52d77bff1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+test: namcap build
+
+namcap:
+ namcap PKGBUILD
+
+build:
+ makepkg
+
+srcinfo:
+ makepkg --printsrcinfo > .SRCINFO
+
+release: test srcinfo