mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
commit
6c36afdf90
1 changed files with 5 additions and 4 deletions
|
@ -4,17 +4,18 @@
|
||||||
# Add patch for ARM being a supported platform.
|
# Add patch for ARM being a supported platform.
|
||||||
|
|
||||||
pkgname=docker
|
pkgname=docker
|
||||||
_truever=0.8.0
|
_truever=0.9.0
|
||||||
pkgver=${_truever%.*}
|
pkgver=${_truever%.*}
|
||||||
pkgrel=1.2
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='Pack, ship and run any application as a lightweight container'
|
pkgdesc='Pack, ship and run any application as a lightweight container'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='http://www.docker.io/'
|
url='http://www.docker.io/'
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
depends=('bridge-utils' 'iproute2' 'device-mapper' 'lxc' 'sqlite' 'systemd')
|
depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
|
||||||
makedepends=('git' 'go' 'btrfs-progs')
|
makedepends=('git' 'go' 'btrfs-progs')
|
||||||
optdepends=('btrfs-progs: btrfs backend support')
|
optdepends=('btrfs-progs: btrfs backend support'
|
||||||
|
'lxc: lxc driver support')
|
||||||
# don't strip binaries! A sha1 is used to check binary consistency.
|
# don't strip binaries! A sha1 is used to check binary consistency.
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
|
|
Loading…
Reference in a new issue