13 lines
462 B
Bash
13 lines
462 B
Bash
# Template file for 'docker2aci'
|
|
pkgname=docker2aci
|
|
version=0.9.0
|
|
revision=1
|
|
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/v$version.tar.gz"
|
|
checksum=5ca0af58f50b5936f8d952db825f930884d1133c1f0a5259d73da745f26bc5b9
|