New package: otto-0.1.1

Closes #2692
This commit is contained in:
Jürgen Buchmüller 2015-10-06 14:37:47 +02:00
parent baa8089ff8
commit 83168ebee5

17
srcpkgs/otto/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'otto'
pkgname=otto
version=0.1.1
revision=1
build_style=go
hostmakedepends="go git"
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
}