From 673c212e52fa8415b73cdacfc3b233bb5481ec21 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 2 Feb 2021 10:30:50 +0100 Subject: [PATCH] New package: glab-1.14.0 --- srcpkgs/glab/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/glab/template diff --git a/srcpkgs/glab/template b/srcpkgs/glab/template new file mode 100644 index 00000000000..0a9e24b2997 --- /dev/null +++ b/srcpkgs/glab/template @@ -0,0 +1,17 @@ +# Template file for 'glab' +pkgname=glab +version=1.14.0 +revision=1 +build_style=go +go_import_path=github.com/profclems/glab +go_package="${go_import_path}/cmd/glab" +short_desc="Command line tool bringing GitLab's features to your command line" +maintainer="Enno Boland " +license="MIT" +homepage="https://github.com/profclems/glab" +distfiles=https://github.com/profclems/glab/archive/v$version.tar.gz +checksum=927206802cda67f0b725d0ed2b355a67ab9eb560a9e8b8c6e4ca994d9aba3daa + +post_install() { + vlicense LICENSE +}