# -*- 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.2 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 9d5516dd78f8880ce53bbe5b87859eccdf2995f0 \ sha256 78408b3fe7a4991a6097c961c348fb7583af52dff80cbfcd99808415cf3d7586 \ size 447348 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 }