17 lines
458 B
Bash
17 lines
458 B
Bash
# Template file for 'jd'
|
|
pkgname=jd
|
|
version=1.9.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=92f1b183510874a73327bfb70cb2c0fed2fc1f2d08191f0736dc4863d6766110
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|