initial commit

This commit is contained in:
2022-09-07 05:40:56 +02:00
commit 8da498a117
5 changed files with 148 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