Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37041482
en ru br
Репозитории ALT

Группа :: Development/Tools
Пакет: silver-searcher

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: silver-searcher
Version: 2.2.0
Release: alt3

Summary: A code searching tool similar to ack, with a focus on speed
License: Apache-2.0
Group: Development/Tools

Url: https://geoff.greer.fm/ag/
# https://github.com/ggreer/the_silver_searcher/
Source: %name-%version.tar

# Automatically added by buildreq on Sun Jun 07 2015

BuildRequires: liblzma-devel libpcre-devel zlib-devel

%description
Ag (silversearcher) is a code searching tool.
It is an order of magnitude faster than ack.
It ignores file patterns from .gitignore and .hgignore.
If there are files in your source repo you don't want to search,
just add their patterns to a .ignore file.
The command name is 33%% shorter than ack, and all keys are on the home row!

%prep
%setup

%build
%autoreconf
%add_optflags -fcommon
%configure
%make_build

%install
%makeinstall_std

%files
%_bindir/ag
%_man1dir/ag.1.*
%_datadir/the_silver_searcher/completions/ag.bashcomp.sh
%_datadir/zsh/site-functions/_the_silver_searcher
%doc README.md

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin