mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
committed by
Jérôme Duval
parent
51ba5e822c
commit
a09ca9ba87
41
sys-apps/ack/ack-3.1.3.recipe
Normal file
41
sys-apps/ack/ack-3.1.3.recipe
Normal file
@@ -0,0 +1,41 @@
|
||||
SUMMARY="A grep-like text finder"
|
||||
DESCRIPTION="ack is designed as an alternative to grep for programmers."
|
||||
HOMEPAGE="https://beyondgrep.com/"
|
||||
COPYRIGHT="2005-2019 Andy Lester"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="61bd21828b2206b96594ff52e50a359c4c2caa66cbe0c279931aa54d8dceba2f"
|
||||
SOURCE_DIR="ack-v$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
ack = $portVersion
|
||||
cmd:ack
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
file_next
|
||||
vendor_perl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
file_next >= 1.18
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
perl Makefile.PL PREFIX=$prefix
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
}
|
||||
Reference in New Issue
Block a user