Compare commits
No commits in common. "a41b34af17cc7a37c01f94b288907c65a5ca0ec1" and "287aad97eab3561552b14eb85e2877d924ee334a" have entirely different histories.
a41b34af17
...
287aad97ea
12
Makefile
12
Makefile
|
@ -1,12 +0,0 @@
|
||||||
# makefile for tromjaro-welcome-app
|
|
||||||
build:
|
|
||||||
makepkg -s
|
|
||||||
|
|
||||||
install:
|
|
||||||
pamac-installer tromjaro-welcome-app-*.tar.zst
|
|
||||||
|
|
||||||
remove:
|
|
||||||
pamac-installer --remove tromjaro-welcome-app
|
|
||||||
|
|
||||||
clean:
|
|
||||||
$(RM) -rf src/ pkg/ pictures.zip *.tar.zst
|
|
21
README.md
21
README.md
|
@ -1,21 +0,0 @@
|
||||||
# TROMjaro Welcome app
|
|
||||||
|
|
||||||
A Welcome app for TROMjaro Linux that gives users a nice overview of their operating system.
|
|
||||||
|
|
||||||
## Building the package
|
|
||||||
|
|
||||||
Open Terminal and issue the command:
|
|
||||||
|
|
||||||
`make`
|
|
||||||
|
|
||||||
To install the package right after building, use:
|
|
||||||
|
|
||||||
`make install`
|
|
||||||
|
|
||||||
To remove just installed package, use:
|
|
||||||
|
|
||||||
`make remove`
|
|
||||||
|
|
||||||
To cleanup the project folder, use:
|
|
||||||
|
|
||||||
`make clean`
|
|
Loading…
Reference in New Issue
Block a user