blob: 5b9429ea43866c4b8922a9b4e2a1177276e3cdad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = container2wasm-git
pkgdesc = Convert OCI container images to WASM modules (c2w binary)
pkgver = v0.8.2.r14.gb8f9f4a
pkgrel = 1
url = https://github.com/container2wasm/container2wasm
arch = x86_64
arch = aarch64
license = Apache-2.0
makedepends = go
makedepends = git
makedepends = make
depends = buildah
depends = skopeo
optdepends = wasmtime: Recommended WASM runtime
optdepends = wasmer: Alternative WASM runtime
optdepends = wamr-git: Alternative WASM runtime (from AUR)
provides = container2wasm
conflicts = container2wasm
source = git+https://github.com/container2wasm/container2wasm.git
sha256sums = SKIP
pkgname = container2wasm-git
|