~alpine/aports

1

[alpine-aports] [PATCH] testing/the_silver_searcher: new aport

Details
Message ID
<1439562515-32903-1-git-send-email-muh.muhten@gmail.com>
Sender timestamp
1439562515
DKIM signature
missing
Download raw message
Patch: +33 -0
I'm not terribly sure what to fill for maintainer, but ncopa seems to be
some kind of catchall?
---
 testing/the_silver_searcher/APKBUILD | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 testing/the_silver_searcher/APKBUILD

diff --git a/testing/the_silver_searcher/APKBUILD b/testing/the_silver_searcher/APKBUILD
new file mode 100644
index 0000000..a285e7a
--- /dev/null
+++ b/testing/the_silver_searcher/APKBUILD
@@ -0,0 +1,33 @@
# Contributor: Michael Zuo <muh.muhten@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=the_silver_searcher
pkgver=0.30.0
pkgrel=0
pkgdesc="A code searching tool similar to ack, with a focus on speed."
url="http://geoff.greer.fm/ag/"
arch="all"
license="Apache"
depends=""
makedepends="pcre-dev xz-dev"
subpackages=""
source="http://geoff.greer.fm/ag/releases/$pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname-$pkgver
build () {
	cd $srcdir/$pkgname-$pkgver
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		|| return 1
	make
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="95e2e7859fab1156c835aff7413481db  the_silver_searcher-0.30.0.tar.gz"
sha256sums="b4bf9e50bf48bc5fde27fc386f7bcad8644ef15a174c862a10813e81bd127e69  the_silver_searcher-0.30.0.tar.gz"
sha512sums="e41f9d00b6588d304c11216e1bf86cae8135d29022da35b8f1b3e2337b9b9b5f7e37756ed35e065d29636c6ad4b79725a73c8df212c2423b4e9fea64ae2d657f  the_silver_searcher-0.30.0.tar.gz"
-- 
2.3.2 (Apple Git-55)



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<20150815054722.GD2005@newbook>
In-Reply-To
<1439562515-32903-1-git-send-email-muh.muhten@gmail.com> (view parent)
Sender timestamp
1439617642
DKIM signature
missing
Download raw message
On Fri, Aug 14, 2015 at 10:28:35AM -0400, Muh Muhten wrote:
> I'm not terribly sure what to fill for maintainer, but ncopa seems to be
> some kind of catchall?

Yourself, or leave it blank.

The maintainer is the person who volunteers to fix problems and update
the package.
As part of the core team, Nataneal Copa is quite active, so he maintains
a large part of main.

HTH,
Isaac Dunham


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