Merge pull request 'Add Makefile and README.md to the repo' (#3) from rokosun-patch-1 into master
Reviewed-on: #3
This commit is contained in:
commit
a41b34af17
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# 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