14 lines
524 B
Bash
14 lines
524 B
Bash
# Template file for 'docker-machine'
|
|
pkgname=docker-machine
|
|
version=0.16.2
|
|
revision=4
|
|
build_style=go
|
|
go_import_path=github.com/docker/machine
|
|
go_package="${go_import_path}/cmd/docker-machine"
|
|
short_desc="Docker Machine management for a container-centric world"
|
|
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/docker/machine/"
|
|
distfiles="https://github.com/docker/machine/archive/v${version}.tar.gz"
|
|
checksum=af8bff768cd1746c787e2f118a3a8af45ed11679404b6e45d5199e343e550059
|