18 lines
455 B
Bash
18 lines
455 B
Bash
# Template file for 'jj'
|
|
pkgname=jj
|
|
version=1.8.0
|
|
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=2715c5ad1d3d903fccda9e591e4faa8541aefa6fbf96ac714828fc0445116a10
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|