15 lines
544 B
Bash
15 lines
544 B
Bash
# Template file for 'docker2aci'
|
|
pkgname=docker2aci
|
|
version=0.0.20150224
|
|
revision=1
|
|
_commit=783b6b1c6e031c30dda7f54c47fad5ad0788e1e3
|
|
wrksrc="$pkgname-$_commit"
|
|
hostmakedepends="git git-perl"
|
|
build_style=go
|
|
short_desc="Library and CLI tool to convert Docker images to ACIs"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
license="Apache-2.0"
|
|
go_import_path="github.com/appc/docker2aci"
|
|
homepage="https://$go_import_path"
|
|
distfiles="$homepage/archive/$_commit.tar.gz"
|
|
checksum=90c063142a87963cbc10823f80073e247733c83b1188927507c3c89f53714cdb
|