Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37697009
en ru br
ALT Linux repos
S:8-alt2

Group :: Office
RPM: notmuch-addrlookup

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: notmuch-addrlookup
Version: 5
Release: alt1

Summary: Notmuch Address Lookup tool

Group: Office
License: MIT
Url: https://github.com/aperezdc/notmuch-addrlookup-c

Packager: Evgenii Terechkov <evg at altlinux.org>

Source: %name-%version.tar

BuildRequires: glib2-devel libnotmuch-devel

%description
This is an address lookup tool similar to the addrlookup one found in
the (apparently unmaintained) Vala Notmuch binding, using the Notmuch
database as source.

The one and only feature is accepting a string as first argument, and
it will use the Notmuch database to output the names and e-mail
addresses of the people you have exchanged e-mails with, most used
ones first. This works neatly as address completer for the Notmuch
Emacs interface.

%prep
%setup
%build
export CFLAGS="%optflags"
export CXXFLAGS="%optflags"
%make_build

%install
install -p -D -m 755 %name %buildroot%_bindir/%name

%files
%_bindir/%name
%doc README.md

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin