forked from ports/contrib
docker-machine: (NEW) Machine management for a container-centric world
This commit is contained in:
parent
cc5b009bc1
commit
0e878469b3
3
docker-machine/.footprint
Normal file
3
docker-machine/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/docker-machine
|
1
docker-machine/.md5sum
Normal file
1
docker-machine/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
bf052f84f98a3ba249d00c2638d2e0b9 machine-0.1.0.tar.gz
|
20
docker-machine/Pkgfile
Normal file
20
docker-machine/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: Machine management for a container-centric world
|
||||
# URL: https://github.com/docker/machine/
|
||||
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
||||
#
|
||||
# Depends on: docker
|
||||
|
||||
name=docker-machine
|
||||
version=0.1.0
|
||||
release=1
|
||||
source=(http://shortcircuit.net.au/~prologic/distfiles/machine-${version}.tar.gz)
|
||||
|
||||
build() {
|
||||
cd machine-$version
|
||||
|
||||
# Build (uses Docker)
|
||||
./script/build -os=linux -arch=amd64
|
||||
|
||||
# Pacakge
|
||||
install -Dm755 docker-machine_linux-amd64 $PKG/usr/bin/docker-machine
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user