layout-switcher-package/Makefile

13 lines
234 B
Makefile
Raw Normal View History

2022-09-15 23:08:06 +00:00
# makefile for layout-switcher
2022-09-07 03:40:56 +00:00
build:
2023-12-25 08:02:42 +00:00
makepkg -s
2022-09-07 03:40:56 +00:00
install:
2023-12-25 08:02:42 +00:00
pamac-installer tromjaro-layout-switcher-*.tar.zst
2022-09-07 03:40:56 +00:00
remove:
2022-09-15 23:08:06 +00:00
pamac-installer --remove tromjaro-layout-switcher
2022-09-07 03:40:56 +00:00
clean:
2023-12-25 08:02:42 +00:00
$(RM) -rf src/ pkg/ icons.zip profiles.zip *.tar.zst