comparison mail/neomutt/neomutt.sh @ 657:b0fd9c97761e

vanilla: fix all dependencies
author David Demelier <markand@malikania.fr>
date Tue, 30 Jul 2019 20:40:00 +0200
parents e04beece0bd7
children ae55d9077f70
comparison
equal deleted inserted replaced
656:3c112022e2a2 657:b0fd9c97761e
19 PKGVERSION=20180716 19 PKGVERSION=20180716
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="GPLv2+" 21 PKGLICENSE="GPLv2+"
22 PKGSUMMARY="mutt fork with more features" 22 PKGSUMMARY="mutt fork with more features"
23 PKGDOWNLOAD="https://github.com/neomutt/neomutt/archive/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://github.com/neomutt/neomutt/archive/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="dev/gettext:build lang/tcl:build lib/ncurses text/libxslt:build www/w3m:build" 24 PKGDEPENDS="core/gettext:build lang/tcl:build lib/ncurses text/libxslt:build www/w3m:build"
25 PKGOPTIONS="IDN2 NLS NOTMUCH SSL" 25 PKGOPTIONS="IDN2 NLS NOTMUCH SSL"
26 PKGPROTECT="etc/neomuttrc" 26 PKGPROTECT="etc/neomuttrc"
27 27
28 : ${CHOST:=$(uname -m)-linux-musl} 28 : ${CHOST:=$(uname -m)-linux-musl}
29 : ${CBUILD:=$(uname -m)-linux-musl} 29 : ${CBUILD:=$(uname -m)-linux-musl}