Added PKGBUILD
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2022-07-03 15:02:53 +02:00
commit bf80ead05d
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 118 additions and 0 deletions

22
.SRCINFO Normal file
View file

@ -0,0 +1,22 @@
pkgbase = vlang
pkgdesc = Simple, fast, safe, compiled language for developing maintainable software
pkgver = 0.3.0
pkgrel = 1
url = https://vlang.io
arch = x86_64
arch = aarch64
license = MIT
makedepends = git
depends = glibc
optdepends = glfw: Needed for graphics support
optdepends = freetype2: Needed for graphics support
optdepends = openssl: Needed for http support
conflicts = v
conflicts = vlang-bin
conflicts = vlang-git
source = v-ec758604538c00cceb142d324609a241e665f7c7.zip::https://github.com/vlang/v/archive/ec758604538c00cceb142d324609a241e665f7c7.zip
source = vc-5dc8384638f515a098f75296fa7123c5e6a4964a.zip::https://github.com/vlang/vc/archive/5dc8384638f515a098f75296fa7123c5e6a4964a.zip
sha256sums = 46e4a7893c475ab17bf7b1e596bd2be2608169b8a3d74b2910f12a1ed8a32d4a
sha256sums = 570e64a76c848b8575ec286b9b23d788a97dc4d23ba029cba5e987bbcce41a6b
pkgname = vlang