diff --git a/srcpkgs/otto/template b/srcpkgs/otto/template new file mode 100644 index 00000000000..503cbd8b3cc --- /dev/null +++ b/srcpkgs/otto/template @@ -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 " +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 +}