initial commit

This commit is contained in:
2022-09-16 01:14:20 +02:00
commit 4e11f9abba
19 changed files with 310 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