From 683b4062ce0bf3635c049a52cd9df4a65998d0f1 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Fri, 14 Feb 2020 12:27:39 +0100 Subject: [PATCH] New package: github-cli-0.5.5 --- srcpkgs/github-cli/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/github-cli/template diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template new file mode 100644 index 00000000000..78f34c7b20d --- /dev/null +++ b/srcpkgs/github-cli/template @@ -0,0 +1,19 @@ +# Template file for 'github-cli' +pkgname=github-cli +version=0.5.5 +revision=1 +wrksrc="cli-${version}" +# create_wrksrc=yes +build_style=go +go_import_path="github.com/cli/cli/cmd/gh" +short_desc="GitHub CLI tool" +maintainer="shizonic " +license="MIT" +homepage="https://cli.github.com" +changelog="https://github.com/cli/cli/releases" +distfiles="https://github.com/cli/cli/archive/v${version}.tar.gz" +checksum=7c2cfdafe765a598b70b3e6de839590e8fa30a89bedc85799a43bdbc6fd3277e + +post_install() { + vlicense LICENSE +}