Add some more descriptive text to silver searcher

Still could use some improvement and explanation
This commit is contained in:
Chris Roberts
2013-10-25 17:10:23 -06:00
parent bda2ec7cd3
commit a3c7235408

View File

@@ -1,5 +1,14 @@
SUMMARY="A code-searching tool similar to ack, but faster."
DESCRIPTION="A code-searching tool similar to ack, but faster."
DESCRIPTION="
A code-searching tool similar to ack, but faster.
* It searches code about 35× 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.
"
HOMEPAGE="https://github.com/ggreer/the_silver_searcher/"
SRC_URI="git+https://github.com/ggreer/the_silver_searcher.git#0.17"
CHECKSUM_MD5=""