New package: jj-1.2.2
This commit is contained in:
parent
9cc8a1547a
commit
3fb6d4e36b
1 changed files with 17 additions and 0 deletions
17
srcpkgs/jj/template
Normal file
17
srcpkgs/jj/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue