blob: e38af33e957bf1b420c8b7f1bc05cb413f0c78fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = shs-git
pkgdesc = Sharkscript standalone Compiler & VM
pkgver = r1
pkgrel = 1
url = https://github.com/mayshecry/sharkscript-standalone
arch = x86_64
arch = aarch64
license = custom:Sharkscript
makedepends = git
makedepends = go
depends = glibc
source = git+https://github.com/mayshecry/sharkscript-standalone.git
sha256sums = SKIP
pkgname = shs-git
|