diff --git a/srcpkgs/jj/template b/srcpkgs/jj/template new file mode 100644 index 00000000000..a7ffcdaa6a9 --- /dev/null +++ b/srcpkgs/jj/template @@ -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 " +license="MIT" +homepage="https://github.com/tidwall/jj" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=63a390cacd787e9355a59b285ec9efb24965a598f1fe3d8ce581f14333bd2d30 + +post_install() { + vlicense LICENSE +}