mirror of
https://github.com/solokeys/solo2.git
synced 2026-06-20 13:16:13 -07:00
18 lines
209 B
Makefile
18 lines
209 B
Makefile
PKG := solo2-cli-git
|
|
|
|
build:
|
|
makepkg -f
|
|
|
|
install:
|
|
yes | makepkg -i
|
|
|
|
clean:
|
|
rm -rf pkg src
|
|
rm -rf $(PKG)*
|
|
|
|
update-srcinfo:
|
|
makepkg --printsrcinfo > .SRCINFO
|
|
|
|
generate-checksums:
|
|
makepkg -g -f -p PKGBUILD
|