From e95bd3522bda7dd462cbcd461422e480a50a38c6 Mon Sep 17 00:00:00 2001 From: Dominic Monroe Date: Thu, 1 Dec 2016 15:37:47 +0000 Subject: [PATCH] New package: ghq-0.7.4 --- srcpkgs/ghq/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/ghq/template diff --git a/srcpkgs/ghq/template b/srcpkgs/ghq/template new file mode 100644 index 00000000000..21412eff37d --- /dev/null +++ b/srcpkgs/ghq/template @@ -0,0 +1,19 @@ +# Template file for 'ghq' +pkgname=ghq +version=0.7.4 +revision=1 +build_style=go +go_import_path="github.com/motemen/ghq" +go_package="${go_import_path}" +hostmakedepends="git" +depends="git" +short_desc="Remote repository management made easy" +maintainer="Dominic Monroe " +license="MIT" +homepage="https://github.com/motemen/ghq" +distfiles="https://github.com/motemen/ghq/archive/v${version}.tar.gz" +checksum=f6e79a7efec2cc11dd8489ae31619de85f15b588158d663256bc9fd45aca6a5d + +post_install() { + vlicense LICENSE +}