summarylogtreecommitdiffstats
path: root/Makefile
blob: 44fbd0af20d1126041f5228057aeea0cbd693900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkg:
	makepkg -s

fetch-sums:
	makepkg -g

prepare:
	makepkg --printsrcinfo > .SRCINFO

get-checksum:
	makepkg -g

checksums: get-checksum
	sed -i "s/sha256sums=\(.*\)/sha256sums=\('$(shell sha256sum checksums.txt | cut -d ' ' -f1)'\)/" PKGBUILD

clean:
	rm -rf pkg/ src/ checksums* *tar*