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 +}