Init 1.0.0-1 version

This commit is contained in:
2022-09-14 16:22:04 +02:00
commit 5c0e546158
7 changed files with 130 additions and 0 deletions

12
Makefile Normal file

@ -0,0 +1,12 @@
# makefile for theme-switcher
build:
makepkg
install:
pamac-installer theme-switcher-*.tar.xz
remove:
pamac-installer --remove theme-switcher
clean:
$(RM) -rf src/ pkg/ *.tar.xz