From f266ef65a8e1a1290b906036eab6e1eb71d8f61b 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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/dry/template diff --git a/srcpkgs/dry/template b/srcpkgs/dry/template new file mode 100644 index 000000000000..3fe7bb35d62d --- /dev/null +++ b/srcpkgs/dry/template @@ -0,0 +1,17 @@ +# 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}" +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 +}