~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-devel] [PATCH] testing/hub: new aport

Eivind Uggedal <eivind@uggedal.com>
Details
Message ID
<1385124572-8707-1-git-send-email-eivind@uggedal.com>
Sender timestamp
1385124572
DKIM signature
missing
Download raw message
Patch: +31 -0
---
 testing/hub/APKBUILD | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 testing/hub/APKBUILD

diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD
new file mode 100644
index 000000000000..d4d386e75bc5
--- /dev/null
+++ b/testing/hub/APKBUILD
@@ -0,0 +1,31 @@
# Maintainer: Eivind Uggedal <eivind@uggedal.com>
pkgname=hub
pkgver=1.10.6
pkgrel=1
pkgdesc="Extends git with extra features for GitHub"
url="http://hub.github.com/"
arch="noarch"
license="MIT"
depends="git ruby"
makedepends="ruby-rake"
install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz"

_builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$_builddir"
  rake standalone
}

package() {
	cd "$_builddir"

  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
	install -D -m644 man/$pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
md5sums="b118d8f0ec3c56fcccc449fdab8a3e71  hub-1.10.6.tar.gz"
sha256sums="0918dbaff438778707d207491fd93d5e7d8cfdb9fb9fb603b2f18814700cd46d  hub-1.10.6.tar.gz"
sha512sums="e4b3f05f32e53aeb6a54dff2400159adc1122ae21414ca92a7f812aa284daec69715c81e5dd785546a962e71c20af5c7a45f435be77ab1af57e6d4d6596c19c9  hub-1.10.6.tar.gz"
-- 
1.8.4.2



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)