# Template file for 'neomutt' pkgname=neomutt version=20180323 revision=1 wrksrc="neomutt-neomutt-${version}" build_style=configure configure_args="--ssl --gpgme --notmuch --gdbm --lua --sasl" hostmakedepends="docbook-xsl libxslt tcl perl w3m" makedepends="aspell-devel gdbm-devel gettext-devel gpgme-devel libidn-devel libnotmuch-devel libressl-devel libsasl-devel lua-devel" depends="mime-types" conf_files="/etc/neomuttrc" short_desc="Mutt with misc fixes and feature patches" maintainer="Toyam Cox " license="GPL-2.0-or-later" homepage="http://www.neomutt.org" distfiles="https://github.com/neomutt/neomutt/archive/neomutt-${version}.tar.gz" checksum=4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b # fix: if [ -n "${XBPS_CROSS_BASE}" ]; then configure_args="${configure_args} --host=$XBPS_CROSS_TRIPLET" configure_args="${configure_args} --build=$XBPS_TRIPLET" configure_args="${configure_args} --with-sysroot=$XBPS_CROSS_BASE" fi case "${XBPS_TARGET_MACHINE}" in x86_64-musl) CFLAGS="-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1";; # Inquiry: Do we have largefile support on everywhere? esac post_install() { # move dist to examples dir vsconf contrib/gpg.rc Muttrc.gpg.dist } # REMARKS: # Conf file is in a --sysconfdir=/etc/$pkgname/Muttrc and then alternatives to # /etc/Muttrc. In addition, a dependency on mime-types is broken by having # /etc/dir/ because mutt probably expects the mime information in the same # dir as sysconfdir. Thus a symlink is created to deal with this. # /etc/Muttrc is not currently in alternatives to prevent inadvertently # overwriting configuration. # In version 20160808 keybase integration was added, and lots of new # documentation now gets installed. Rumors of an /etc/NeoMuttrc are in the # release notes but not currently installed for unknown reasons. # As of 20171013, neomutt has hard forked and no longer refers to itself as # "Mutt" anywhere in the codebase. https://www.neomutt.org/2017/10/13/release # /etc/neomuttrc now exists, and there are no conflicts with regular mutt. # Due to this, an install.msg was added and all alternatives were removed. # Cross compiling was fixed in 20180323