mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
parent
baa8089ff8
commit
83168ebee5
1 changed files with 17 additions and 0 deletions
17
srcpkgs/otto/template
Normal file
17
srcpkgs/otto/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue