void-packages/srcpkgs/jd/template

17 lines
467 B
Bash
Raw Normal View History

2022-11-18 10:30:12 +01:00
# Template file for 'jd'
pkgname=jd
2023-02-14 00:42:44 +01:00
version=1.7.0
2022-11-18 10:30:12 +01:00
revision=1
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"
2023-02-14 00:42:44 +01:00
checksum=d23e67e1ff6a3752a558bcc00e76cf270189b8a39569cca3aebfe0b172c32d43
2022-11-18 10:30:12 +01:00
post_install() {
vlicense LICENSE
}