summaryrefslogtreecommitdiffstats
path: root/shell-term-fm/bash/DEPENDS
blob: 35d9cacb66b9dd57c70fa3275d4b2defb447ae42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
. "$GRIMOIRE/FUNCTIONS" &&

depends  gnupg                                    &&
depends  "readline"  "--with-installed-readline"  &&
depends  "ncurses"   "--with-curses"
depends  smgl-fhs &&
depends  autoconf &&

if spell_ok readline && is_version_less $(installed_version readline) 6.3; then
  force_depends readline
fi