void-packages/srcpkgs/otto/template
2016-02-19 21:50:23 +01:00

17 lines
484 B
Bash

# Template file for 'otto'
pkgname=otto
version=0.1.1
revision=1
build_style=go
hostmakedepends="git-perl"
go_import_path="github.com/hashicorp/otto"
short_desc="Development and deployment made easy"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MPL-2.0"
homepage="https://ottoproject.io/"
distfiles="https://github.com/hashicorp/otto/archive/v${version}.tar.gz"
checksum=e46aa616c064ab0d0ffde78b1f8e84295f9ff66ec88089f68718f2a4d2317aa1
post_install() {
vlicense LICENSE
}