blob: 7ee863420689550b818e405802112202b8041a71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
help:
cat README.md
SRCINFO:
makepkg --printsrcinfo > .SRCINFO
clean:
rm -rf sunshine*.pkg.tar.zst pkg src
sync:
makepkg -s
install:
makepkg -i
force-sync: clean sync
sha256:
sha256sum sunshine.pkg.tar.zst
|