blob: fe1aa8db7d3b53a5974ed9bc94399dcba903c4a0 (
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 = 2
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
|