AtlatestRepositorycore-channel
core-channel / tree / recipesncurses.sgl
1
(recipe2
name: "ncurses"3
version: "6.6"4
source: (url "https://ftp.gnu.org/gnu/ncurses/ncurses-6.6.tar.gz"5
sha256: "355b4cbbed880b0381a04c46617b7656e362585d52e9cf84a67e2009b749ff11")6
buildenv: "894ca74bdb03c25d79f00ce915bbe25c56eba192334963c69e1846e6c84526cb"7
phases: (list8
(configure args: ("--prefix=/out"9
"--without-ada"10
"--without-tests"11
"--without-cxx"12
"--without-cxx-binding"13
"--without-debug"14
"--disable-stripping"15
"--without-shared"16
"--with-normal"17
"--enable-widec"18
"--with-default-terminfo-dir=/out/share/terminfo"19
"--with-terminfo-dirs=/out/share/terminfo"))20
(make)21
(install args: ("ticdir=/tmp/sigil-channel/build/out/share/terminfo"))))