Build using go and switch versioning scheme

This commit is contained in:
Manuel 2022-03-28 06:43:03 +02:00
parent db68a80477
commit 2a0929d868
Signed by: Manuel
GPG key ID: 4085037435E1F07A
2 changed files with 45 additions and 29 deletions

View file

@ -1,16 +1,17 @@
pkgbase = gvisor-git
pkgdesc = User-space kernel, sandboxed container runtime
pkgver = r80.275a7b6
pkgdesc = OCI container sandbox runtime focused on security, efficiency, and ease of use
pkgver = 20220321.0.r15.gb8fa96e20
pkgrel = 1
url = https://github.com/google/gvisor
url = https://gvisor.dev
arch = x86_64
license = Apache-2.0
arch = aarch64
license = Apache
makedepends = git
makedepends = bazel
makedepends = python
provides = runsc
source = git+https://github.com/google/gvisor
sha256sums = SKIP
makedepends = go
optdepends = docker: for Docker runtime support
provides = gvisor
conflicts = gvisor
source = git+https://github.com/google/gvisor#branch=go
sha512sums = SKIP
pkgname = gvisor-git