# Template file for 'jd'
pkgname=jd
version=2.5.0
revision=1
build_style=go
go_import_path="github.com/josephburnett/jd/v2"
go_package="github.com/josephburnett/jd/v2/jd"
go_mod_mode=default
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=f4d141122ad91d1e7628e9cfee95ca183113e144872cce61f6d3d56449efa19b
_go_mod_path="./v2/go.mod"

post_install() {
	vlicense LICENSE
}

do_check() {
	make test
}
