finished PKGBUILD
This commit is contained in:
parent
5bc4d9c202
commit
eb90d50f97
1 changed files with 13 additions and 3 deletions
16
PKGBUILD
16
PKGBUILD
|
|
@ -3,6 +3,16 @@ pkgver=1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="tiny script runner"
|
pkgdesc="tiny script runner"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://example.com"
|
url="https://crystalsoft.neocities.org"
|
||||||
license=('AGPLv3')
|
license=('AGPL3')
|
||||||
a
|
makedepends=('gcc')
|
||||||
|
source=("https://github.com/J-K-Tech/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
|
||||||
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
g++ -O3 term.cpp main.cpp -o tiny
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install -Dm755 tiny "$pkgdir/tiny"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue