mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
docker-machine: update to 0.16.2.
This commit is contained in:
parent
7906c6adc1
commit
b1e8edd858
1 changed files with 2 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'docker-machine'
|
# Template file for 'docker-machine'
|
||||||
pkgname=docker-machine
|
pkgname=docker-machine
|
||||||
version=0.16.1
|
version=0.16.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="machine-${version}"
|
wrksrc="machine-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -11,12 +11,4 @@ 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=b3989ed5b2829c87885b40b209fe475d90d63fbb9bd10879f866441d23cbf495
|
checksum=af8bff768cd1746c787e2f118a3a8af45ed11679404b6e45d5199e343e550059
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
find "${GOPATH}/bin" -type f -executable | while read line
|
|
||||||
do
|
|
||||||
vbin "${line}" docker-machine
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue