# -*- 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 PortSystem 1.0 PortGroup makefile 1.0 name aerc version 0.10.0 revision 0 categories mail license MIT maintainers nomaintainer description Terminal-based email client. long_description aerc is an email client that runs in your terminal, \ featuring editing emails in an embedded terminal tmux-style \ and first-class support for working with Git & email. platforms darwin homepage https://aerc-mail.org master_sites https://git.sr.ht/~rjarry/aerc/archive/ distname ${version} worksrcdir ${name}-${distname} checksums rmd160 5831c2ec474fcc56435daa3e41e776bdbf468236 \ sha256 14d6c622a012069deb1a31b51ecdd187fd11041c8e46f396ac22830b00e4c114 \ size 209836 depends_build port:go \ port:scdoc default_variants +notmuch variant notmuch description {Enable support for notmuch integration} { depends_lib port:notmuch build.args GOFLAGS="-tags=notmuch" } build.target post-destroot { delete ${destroot}${prefix}/share/applications/aerc.desktop } livecheck.url https://git.sr.ht/~rjarry/aerc/refs livecheck.regex {aerc (\d+(?:\.\d+)*)}