void-packages/srcpkgs/dasel/template
2022-04-25 11:12:47 +02:00

20 lines
675 B
Bash

# Template file for 'dasel'
pkgname=dasel
version=1.24.3
revision=1
build_style=go
go_import_path=github.com/tomwright/dasel
go_package="${go_import_path}/cmd/dasel"
go_ldflags="-X ${go_import_path}/internal.Version=${version}"
short_desc="Query and modify data structures using selector strings"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="MIT"
homepage="https://daseldocs.tomwright.me/"
changelog="https://raw.githubusercontent.com/TomWright/dasel/master/CHANGELOG.md"
distfiles="https://github.com/TomWright/dasel/archive/v${version}.tar.gz"
checksum=86d497e7dcfe63901ef0aeddb31e3989959d60d785a04f98fc6a88b6f497980a
post_install() {
vlicense LICENSE
}