void-packages/srcpkgs/jj/template
2019-11-19 14:37:25 +01:00

19 lines
477 B
Bash

# Template file for 'jj'
pkgname=jj
version=1.2.3
revision=1
build_style=go
go_import_path="github.com/tidwall/jj"
go_package="${go_import_path}/cmd/jj"
hostmakedepends="git"
short_desc="JSON Stream Editor"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://github.com/tidwall/jj"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ec234050d032705d9353941e4210ee632317c079c6289f8c8f20c803d35929f0
post_install() {
vlicense LICENSE
}