# -*- 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 PortGroup sourcehut 1.0 sourcehut.setup rjarry aerc 0.18.1 revision 0 homepage https://aerc-mail.org description Terminal-based email client. long_description \ ${name} 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. categories mail installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 d177902250cd8c86e4ab387b0332e2885de4557a \ sha256 f8a2923b1749b1b0eaa9ce221121536d13974297143b597f812b11ebbef0c1bf \ size 447293 depends_build-append \ port:go \ port:scdoc default_variants +notmuch variant notmuch description {Enable support for notmuch integration} { depends_lib-append \ port:notmuch build.args-append \ GOFLAGS="-tags=notmuch" } build.pre_args-append \ VERSION=${version} build.target post-destroot { delete ${destroot}${prefix}/share/applications/aerc.desktop }