From 8c448ff94b11040b51fd398279ad0df34756362e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Wed, 20 Apr 2022 12:41:47 +0200 Subject: [PATCH] New package: dasel-1.24.1 --- srcpkgs/dasel/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/dasel/template diff --git a/srcpkgs/dasel/template b/srcpkgs/dasel/template new file mode 100644 index 000000000000..23129d36830b --- /dev/null +++ b/srcpkgs/dasel/template @@ -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 " +license="MIT" +homepage="https://daseldocs.tomwright.me/" +changelog="https://raw.githubusercontent.com/TomWright/dasel/v${version}/CHANGELOG.md" +distfiles="https://github.com/TomWright/dasel/archive/v${version}.tar.gz" +checksum=ca1fa030f41abcd3659e76d7413ce14c551f40d41769e7a000a46f4fea6d0b64 + +post_install() { + vlicense LICENSE +}