added tarball

This commit is contained in:
2024-12-26 18:36:11 +02:00
parent 480de125ab
commit 2aa663203f
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
*.tar.* *.tar.*
src/ src/
pkg/ pkg/
!terminal.tar.gz
+3
View File
@@ -1,5 +1,8 @@
package: package:
tar -czvf terminal.tar.gz terminal/ tar -czvf terminal.tar.gz terminal/
build:
make package
makepkg -si makepkg -si
clean: clean:
BIN
View File
Binary file not shown.