creating PKGBUILD

This commit is contained in:
kin fuyuki 2025-06-17 21:18:22 -03:00
commit 9f55a3b526
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View file

@ -2,3 +2,6 @@ a.exe
test.tmk
tiny
tiny.tmk
a.out
.gitignore
build.tmk

5
PKGBUILD Normal file
View file

@ -0,0 +1,5 @@
pkgname=tiny
pkgver=1.0
pkgrel=1
pkgdesc="tiny script runner"
arch=('x86_64')