Init 1.0.0-1 version

This commit is contained in:
2022-09-14 16:28:51 +02:00
commit 5699cf6687
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