pkgbuild done
This commit is contained in:
parent
eb90d50f97
commit
cf962660cc
2 changed files with 11 additions and 2 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
out
|
||||
*.tmk
|
||||
.gitattributes
|
||||
.git
|
||||
*.exe
|
||||
tiny
|
||||
src
|
||||
*.tar.gz
|
||||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,13 +1,14 @@
|
|||
Maintainer=kin fuyuki
|
||||
pkgname=tiny
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="tiny script runner"
|
||||
arch=('x86_64')
|
||||
arch=('any')
|
||||
url="https://crystalsoft.neocities.org"
|
||||
license=('AGPL3')
|
||||
makedepends=('gcc')
|
||||
source=("https://github.com/J-K-Tech/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
sha256sums=('2af3bfa2937e7452f74895db7e12c60b67000dc9c2e9f1aa1e53f7e1537d2636')
|
||||
|
||||
build() {
|
||||
g++ -O3 term.cpp main.cpp -o tiny
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue