void-packages/srcpkgs/yaml/template
2017-11-24 22:31:22 +01:00

22 lines
547 B
Bash

# Template file for 'yaml'
pkgname=yaml
version=1.13.1
revision=1
build_style=go
go_import_path="github.com/mikefarah/yaml"
hostmakedepends="git"
short_desc="A lightweight and portable command-line YAML processor written in go"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/mikefarah/yaml"
distfiles="https://github.com/mikefarah/yaml/archive/${version}.tar.gz"
checksum=5512c586c6dd4f9b838d80facde656153b4fe3c1ce4992cc3057f0930fec4c7a
do_check() {
go test -v
}
post_install() {
vlicense LICENSE
}