2019-03-19 15:12:33 +00:00
|
|
|
# Template file for 'jj'
|
|
|
|
pkgname=jj
|
|
|
|
version=1.2.2
|
|
|
|
revision=1
|
|
|
|
build_style=go
|
|
|
|
go_import_path="github.com/tidwall/jj"
|
|
|
|
go_package="${go_import_path}/cmd/jj"
|
2019-03-20 03:17:18 +00:00
|
|
|
hostmakedepends="git"
|
2019-03-19 15:12:33 +00:00
|
|
|
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=63a390cacd787e9355a59b285ec9efb24965a598f1fe3d8ce581f14333bd2d30
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|