New package: jj-1.2.2

This commit is contained in:
SolitudeSF 2019-03-19 17:12:33 +02:00 committed by maxice8
parent 9cc8a1547a
commit 3fb6d4e36b

17
srcpkgs/jj/template Normal file
View file

@ -0,0 +1,17 @@
# 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"
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
}