mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: dasel-1.24.1
This commit is contained in:
parent
0ab2824297
commit
3c3661c9e2
1 changed files with 19 additions and 0 deletions
19
srcpkgs/dasel/template
Normal file
19
srcpkgs/dasel/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'dasel'
|
||||||
|
pkgname=dasel
|
||||||
|
version=1.24.1
|
||||||
|
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=ca1fa030f41abcd3659e76d7413ce14c551f40d41769e7a000a46f4fea6d0b64
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue