alpm-hooks
bin
flatpak-overrides
systemd
Makefile
PKGBUILD
README.md
fixes-package.install
tromjaro-fixes.sh
13 lines
193 B
Makefile
13 lines
193 B
Makefile
# 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
|