14 lines
463 B
Bash
14 lines
463 B
Bash
# Template file for 'docker2aci'
|
|
pkgname=docker2aci
|
|
version=0.12.3
|
|
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=96b3ae91caee96996f5552c433030e93955a9bb5081d111e10e204e43abd6065
|