17 lines
455 B
Bash
17 lines
455 B
Bash
# Template file for 'jj'
|
|
pkgname=jj
|
|
version=1.7.4
|
|
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=47c51b528754b5e3bea47024ff0b13d1141ee9dab0b8216f6e2472f9c0d83989
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|