blob: 189dc8dcac7f6505d415229a0fb47e71cc2adde3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = rkt
pkgdesc = App container runtime
pkgver = 0.8.0
pkgrel = 1
url = https://github.com/coreos/rkt
install = rkt.install
arch = x86_64
license = apache
makedepends = cpio
makedepends = go
makedepends = wget
makedepends = squashfs-tools
makedepends = perl-capture-tiny
depends = glibc
provides = rkt
conflicts = rocket
replaces = rocket
source = https://github.com/coreos/rkt/archive/v0.8.0.tar.gz
sha256sums = c9eb0126b8ff2f059d7cedaab17ca73dce256f342092c9bf4a7ae20661f2a5aa
pkgname = rkt
|