initial commit

This commit is contained in:
2022-09-16 01:14:20 +02:00
commit 8ffa31394e
19 changed files with 303 additions and 0 deletions

12
Makefile Normal file

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