# Template file for 'mutt' pkgname=mutt version=1.14.3 revision=1 build_style=gnu-configure configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache --enable-gpgme --with-regex --with-idn2 --with-ssl --with-sasl --enable-sidebar --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr --sysconfdir=/etc/$pkgname --with-gdbm=${XBPS_CROSS_BASE}/usr" conf_files="/etc/${pkgname}/Muttrc" hostmakedepends="libidn2-devel perl pkg-config" makedepends="gdbm-devel gpgme-devel libidn2-devel libressl-devel libsasl-devel ncurses-devel" depends="cyrus-sasl-modules mime-types" short_desc="Mutt Mail Client" maintainer="Đoàn Trần Công Danh " license="GPL-2.0-or-later" homepage="http://www.mutt.org" changelog="http://mutt.org/relnotes/1.14" distfiles="http://ftp.mutt.org/pub/mutt/${pkgname}-${version}.tar.gz" checksum=b1556df3333b0d874926ccc5d03dadbd0f680f302f9d44ebae1ec3c4c266a471 post_install() { # provided by mime-types rm "${DESTDIR}"/etc/$pkgname/mime.* ln -s /etc/mime.types "${DESTDIR}/etc/${pkgname}/mime.types" # move dist to examples dir vsconf contrib/gpg.rc Muttrc.gpg.dist mv "${DESTDIR}/etc/$pkgname/Muttrc.dist" "${DESTDIR}/usr/share/examples/${pkgname}" }