git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/nfpm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nfpm/Makefile')
-rw-r--r--nfpm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/nfpm/Makefile b/nfpm/Makefile
index 46eeb65..c2aacbf 100644
--- a/nfpm/Makefile
+++ b/nfpm/Makefile
@@ -3,7 +3,7 @@ all: skel chglog build
skel:
@grep -vP '^[\t\ ]*#' nfpm.yaml.skel | tr -s '\n' > nfpm.yaml
-build: build-deb build-rpm
+build: build-deb build-rpm build-arch
build-deb:
@nfpm pkg --packager deb --target ./build/
@@ -11,5 +11,8 @@ build-deb:
build-rpm:
@nfpm pkg --packager rpm --target ./build/
+build-arch:
+ @nfpm pkg --packager archlinux --target ./build/
+
chglog:
@chglog init