~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
1

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

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

diff --git a/testing/ghi/APKBUILD b/testing/ghi/APKBUILD
new file mode 100644
index 000000000000..2412dfb27c9f
--- /dev/null
+++ b/testing/ghi/APKBUILD
@@ -0,0 +1,32 @@
# Maintainer: Eivind Uggedal <eivind@uggedal.com>
pkgname=ghi
pkgver=0.9.0.20131120
pkgrel=0
pkgdesc="GitHub Issues on the command line"
url="https://github.com/stephencelis/ghi"
arch="noarch"
license="MIT"
depends="ruby"
makedepends=""
install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/stephencelis/ghi/archive/$pkgver.tar.gz"

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

build() {
	cd "$_builddir"

	sed -n '/(<stephen@stephencelis.com>).$/,$p' README.markdown > LICENSE
}

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="08f154b4eccf5fbf5ed8f3d13d937af9  ghi-0.9.0.20131120.tar.gz"
sha256sums="b2971718f0a7d5187aa96ac9954bdec9055ecef7df36ca9ef01ce008d4d66368  ghi-0.9.0.20131120.tar.gz"
sha512sums="57dcafd4de34a27a55bc9ac0512c5304c6ea548a2a640d5cc0bf3141802ca2279ee0fc677a0587e76194632ed69657654944e52de7c9b344852e0c73e7e1530a  ghi-0.9.0.20131120.tar.gz"
-- 
1.8.4.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20131203170558.793c0a63@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1386071693-5107-1-git-send-email-eivind@uggedal.com> (view parent)
Sender timestamp
1386086758
DKIM signature
missing
Download raw message
On Tue,  3 Dec 2013 11:54:53 +0000
Eivind Uggedal <eivind@uggedal.com> wrote:

> ---
>  testing/ghi/APKBUILD | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>  create mode 100644 testing/ghi/APKBUILD

applied. thanks!

-nc


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