14 lines
451 B
Bash
14 lines
451 B
Bash
# Template file for 'docker2aci'
|
|
pkgname=docker2aci
|
|
version=0.17.2
|
|
revision=1
|
|
hostmakedepends="git"
|
|
build_style=go
|
|
short_desc="Library and CLI tool to convert Docker images to ACIs"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="Apache-2.0"
|
|
go_import_path="github.com/appc/docker2aci"
|
|
homepage="https://$go_import_path"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
checksum=43cb18a3647ca8bae48a283fa3359e9555ab7a366c7ee9ef8a561797cebe2593
|