83168ebee5
Closes #2692
17 lines
482 B
Bash
17 lines
482 B
Bash
# 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
|
|
}
|