parent
6a44666c80
commit
121ceb3bbd
1 changed files with 3 additions and 4 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'docker-machine'
|
# Template file for 'docker-machine'
|
||||||
pkgname=docker-machine
|
pkgname=docker-machine
|
||||||
version=0.6.0
|
version=0.12.0
|
||||||
revision=6
|
revision=1
|
||||||
wrksrc="machine-${version}"
|
wrksrc="machine-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/docker/machine"
|
go_import_path="github.com/docker/machine"
|
||||||
go_package="${go_import_path}/cmd"
|
go_package="${go_import_path}/cmd"
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="Docker Machine management for a container-centric world"
|
short_desc="Docker Machine management for a container-centric world"
|
||||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/docker/machine/"
|
homepage="https://github.com/docker/machine/"
|
||||||
distfiles="https://github.com/docker/machine/archive/v${version}.tar.gz"
|
distfiles="https://github.com/docker/machine/archive/v${version}.tar.gz"
|
||||||
checksum=e95f1d0efee8de1b0d97ddc2620cd8ee57ea0de9950a302307e9a9cd3d32ae5a
|
checksum=2238dbb8580ca2399c64fa6cda0089a9dde6142d4dcbb8d750aedbeee042fbfe
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue