Browse Source
network/neomutt: Bump BUILD; s/lua53/lua/ in README.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/255/head
B. Watson
12 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
7 additions and
7 deletions
-
network/neomutt/README
-
network/neomutt/neomutt.SlackBuild
|
|
@ -7,11 +7,10 @@ for selecting groups of messages. |
|
|
|
Optional dependencies: |
|
|
|
|
|
|
|
* notmuch - fast mail indexer for maildir |
|
|
|
* lua53 - Powerful, fast, light-weight, embeddable scripting language |
|
|
|
NOTE: this won't work if you have multiple versions of lua installed. |
|
|
|
* lua - Powerful, fast, light-weight, embeddable scripting language. |
|
|
|
|
|
|
|
This script builds neomutt without optional support |
|
|
|
for idn2, notmuch, lua and kyotocabinet. |
|
|
|
You can be enabled with: |
|
|
|
for idn2, notmuch, lua, and kyotocabinet. |
|
|
|
Some of these can can be re-enabled with: |
|
|
|
|
|
|
|
# USENOTMUCH=yes USELUA=yes ./neomutt.SlackBuild |
|
|
@ -25,6 +25,10 @@ |
|
|
|
# |
|
|
|
# Latest version of this SlackBuild at https://github.com/conraid/SlackBuilds |
|
|
|
|
|
|
|
# 20241024 bkw: Modified by SlackBuilds.org, BUILD=2: |
|
|
|
# - update README for new lua. |
|
|
|
# - bump BUILD due to lua upgrade to 5.4; no script changes. |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=neomutt |
|
|
@ -41,9 +45,6 @@ if [ -z ${ARCH:=""} ]; then |
|
|
|
esac |
|
|
|
fi |
|
|
|
|
|
|
|
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what |
|
|
|
# the name of the created package would be, and then exit. This information |
|
|
|
# could be useful to other scripts. |
|
|
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then |
|
|
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" |
|
|
|
exit 0 |
|
|
|