From 14b64c019f6e8cb49e83e5109146b2053fc71329 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 20 Feb 2014 09:43:35 +0100 Subject: [PATCH 1/3] hub: added package --- srcpkgs/hub/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/hub/template diff --git a/srcpkgs/hub/template b/srcpkgs/hub/template new file mode 100644 index 00000000000..97a0b58b40c --- /dev/null +++ b/srcpkgs/hub/template @@ -0,0 +1,16 @@ +# Template file for 'dwm' +pkgname=hub +version=1.11.2 +revision=3 +homepage="http://hub.github.com/" +distfiles="https://github.com/github/hub/archive/v${version}.tar.gz" +depends="ruby" +hostmakedepends="ruby" +short_desc=" hub is a command-line wrapper for git that makes you better at GitHub." +maintainer="Enno Boland " +license="MIT" +checksum=06216ac13e788059eeb6555d4ad4bec039258db74422a9f93d028fac991e1423 + +do_install() { + rake DESTDIR=$DESTDIR prefix=/usr install +} From 095caac3c8179f22c26dbe67574e196641ca3ee9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 20 Feb 2014 09:44:51 +0100 Subject: [PATCH 2/3] hub: typo fix and adding noarch=yes --- srcpkgs/hub/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/hub/template b/srcpkgs/hub/template index 97a0b58b40c..619b659f9e0 100644 --- a/srcpkgs/hub/template +++ b/srcpkgs/hub/template @@ -1,4 +1,4 @@ -# Template file for 'dwm' +# Template file for 'hub' pkgname=hub version=1.11.2 revision=3 @@ -10,6 +10,7 @@ short_desc=" hub is a command-line wrapper for git that makes you better at GitH maintainer="Enno Boland " license="MIT" checksum=06216ac13e788059eeb6555d4ad4bec039258db74422a9f93d028fac991e1423 +noarch=yes do_install() { rake DESTDIR=$DESTDIR prefix=/usr install From 526d9bd209284fa9644d8054c039c477d028aec6 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 20 Feb 2014 10:41:21 +0100 Subject: [PATCH 3/3] hub: add create_srcdir=yes --- srcpkgs/hub/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/hub/template b/srcpkgs/hub/template index 619b659f9e0..681bb1eba17 100644 --- a/srcpkgs/hub/template +++ b/srcpkgs/hub/template @@ -11,6 +11,7 @@ maintainer="Enno Boland " license="MIT" checksum=06216ac13e788059eeb6555d4ad4bec039258db74422a9f93d028fac991e1423 noarch=yes +create_srcdir=yes do_install() { rake DESTDIR=$DESTDIR prefix=/usr install