Revision: 149495 https://trac.macports.org/changeset/149495 Author: sean@macports.org Date: 2016-06-22 15:57:36 -0700 (Wed, 22 Jun 2016) Log Message: ----------- notmuch-addrlookup: add new port for completion of notmuch addresses Added Paths: ----------- trunk/dports/mail/notmuch-addrlookup/ trunk/dports/mail/notmuch-addrlookup/Portfile Added: trunk/dports/mail/notmuch-addrlookup/Portfile =================================================================== --- trunk/dports/mail/notmuch-addrlookup/Portfile (rev 0) +++ trunk/dports/mail/notmuch-addrlookup/Portfile 2016-06-22 22:57:36 UTC (rev 149495) @@ -0,0 +1,28 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup github 1.0 + +github.setup aperezdc notmuch-addrlookup-c 7 v +name notmuch-addrlookup +categories mail +platforms darwin +license GPL-3+ +maintainers sean openmaintainer +description Address lookup tool for Notmuch in C using GLib and libnotmuch +long_description ${description} + +checksums rmd160 9c2bb83cc054939cc15b4bdcf19dad05d42a5bd5 \ + sha256 de52b02503cfebb0720d46a9ac19a50aa30a30b35c7d15f2220f763c08a45c8c + +depends_build port:pkgconfig + +depends_lib port:glib2 \ + port:notmuch + +use_configure no + +destroot { + copy ${worksrcpath}/${name} ${destroot}${prefix}/bin +}