21 lines
485 B
Bash
21 lines
485 B
Bash
# Template file for 'jd'
|
|
pkgname=jd
|
|
version=1.8.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/josephburnett/jd"
|
|
short_desc="JSON diff and patch"
|
|
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
|
license="MIT"
|
|
homepage="https://github.com/josephburnett/jd"
|
|
distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=40635f27543f91e656b902b94a2d6e9f4ed627b940484ad59b18fc7fe458f4a9
|
|
|
|
do_check() {
|
|
make test
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|