creating PKGBUILD
This commit is contained in:
parent
088ae0e9c5
commit
9f55a3b526
2 changed files with 8 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,3 +2,6 @@ a.exe
|
|||
test.tmk
|
||||
tiny
|
||||
tiny.tmk
|
||||
a.out
|
||||
.gitignore
|
||||
build.tmk
|
||||
|
|
|
|||
5
PKGBUILD
Normal file
5
PKGBUILD
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pkgname=tiny
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="tiny script runner"
|
||||
arch=('x86_64')
|
||||
Loading…
Add table
Add a link
Reference in a new issue