mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
De-Lint recipes.
* tar Remove "." from SUMMARY. Re-ordered blocks. * testdisk Shortened SUMMARY. Re-ordered blocks. * the_silver_searcher Remove "." from SUMMARY. Re-ordered blocks. * torrentor Remove "." from SUMMARY. Re-ordered blocks. * trackergrep Remove "." from SUMMARY. Re-ordered blocks. * transmission Fixed COPYRIGHT. Re-ordered blocks. * tree Remove "." from SUMMARY. Re-ordered blocks. * unzip Remove "." from SUMMARY. Re-ordered blocks. * uqm Shortened SUMMARY. Re-ordered blocks. * urllib Remove "." from SUMMARY. Re-ordered blocks.
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
SUMMARY="A code-searching tool similar to ack, but faster."
|
||||
DESCRIPTION="
|
||||
A code-searching tool similar to ack, but faster.
|
||||
SUMMARY="A code-searching tool similar to ack, but faster"
|
||||
DESCRIPTION="A code-searching tool similar to ack, but faster.
|
||||
* It searches code about 3–5× faster than ack.
|
||||
* It ignores file patterns from your .gitignore and .hgignore.
|
||||
* If there are files in your source repo you don't want to search, just add \
|
||||
their patterns to a .agignore file.
|
||||
* Ag uses Pthreads to take advantage of multiple CPU cores and search files in \
|
||||
parallel.
|
||||
"
|
||||
parallel."
|
||||
HOMEPAGE="https://github.com/ggreer/the_silver_searcher/"
|
||||
SOURCE_URI="git+https://github.com/ggreer/the_silver_searcher.git#0.26.0"
|
||||
CHECKSUM_MD5=""
|
||||
COPYRIGHT="2013 Geoff Greer"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/ggreer/the_silver_searcher.git#0.26.0"
|
||||
|
||||
ARCHITECTURES="x86"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ];then
|
||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||
@@ -21,7 +19,6 @@ else
|
||||
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
SOURCE_DIR=""
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
@@ -35,7 +32,6 @@ PROVIDES="
|
||||
the_silver_searcher$secondaryArchSuffix = $portVersion
|
||||
cmd:ag$commandSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:liblzma${secondaryArchSuffix}
|
||||
@@ -48,7 +44,6 @@ BUILD_REQUIRES="
|
||||
devel:libpcre${secondaryArchSuffix}
|
||||
devel:libz${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
|
||||
Reference in New Issue
Block a user