git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/nfpm/Makefile
blob: c2aacbfc9add6c9323a3299a4d155df644dc7d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
all: skel chglog build

skel:
	 _æ_ grep -vP '^[\t\ ]*#' nfpm.yaml.skel | tr -s '\n' > nfpm.yaml

build: build-deb build-rpm build-arch

build-deb:
	 _æ_ nfpm pkg --packager deb --target ./build/

build-rpm:
	 _æ_ nfpm pkg --packager rpm --target ./build/

build-arch:
	 _æ_ nfpm pkg --packager archlinux --target ./build/

chglog:
	 _æ_ chglog init