From a6ee8f016cdf546359901bb6cadf593d261b2149 Mon Sep 17 00:00:00 2001 From: meator Date: Sun, 17 Jul 2022 14:14:59 +0200 Subject: [PATCH] New package: dry-0.11.1 --- srcpkgs/dry/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/dry/template diff --git a/srcpkgs/dry/template b/srcpkgs/dry/template new file mode 100644 index 000000000000..aa9b61299b21 --- /dev/null +++ b/srcpkgs/dry/template @@ -0,0 +1,18 @@ +# Template file for 'dry' +pkgname=dry +version=0.11.1 +revision=1 +build_style=go +go_import_path=github.com/moncho/dry +go_ldflags="-X github.com/moncho/dry/version.VERSION=${version} + -X github.com/moncho/dry/version.GITCOMMIT=v${version}" +short_desc="Docker manager for the terminal" +maintainer="meator " +license="MIT" +homepage="https://moncho.github.io/dry/" +distfiles="https://github.com/moncho/dry/archive/refs/tags/v${version}.tar.gz" +checksum=69547e0167db8bf4b1536cdc007d6d27c787f53d5e1662e67adca99600e34435 + +post_install() { + vlicense LICENSE +}