17 lines
467 B
Bash
17 lines
467 B
Bash
# Template file for 'jd'
|
|
pkgname=jd
|
|
version=1.7.1
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/josephburnett/jd"
|
|
short_desc="JSON diff and patch"
|
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/josephburnett/jd"
|
|
distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=3d0b693546891bab41ca5c3be859bc760631608c9add559aa561fb751cdd1c92
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|