pamac-url-handler-package/Makefile

13 lines
199 B
Makefile
Raw Normal View History

2019-08-22 20:07:06 +00:00
# makefile for pamac-url-handler
build:
2024-07-13 19:44:16 +00:00
makepkg -s
2019-08-22 20:07:06 +00:00
install:
2024-07-13 19:44:16 +00:00
pamac-installer pamac-url-handler-*.tar.zst
2019-08-22 20:07:06 +00:00
remove:
pamac-installer --remove pamac-url-handler
clean:
2024-07-13 19:44:16 +00:00
$(RM) -rf src/ pkg/ *.tar.zst