2021-01-22 19:44:05 +03:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2019-09-24 09:56:39 +03:00
|
|
|
port=ncurses
|
2020-12-15 02:38:45 +03:00
|
|
|
version=6.2
|
2019-09-24 09:56:39 +03:00
|
|
|
useconfigure=true
|
2020-07-12 03:06:07 +03:00
|
|
|
configopts="--with-termlib --enable-pc-files --with-pkg-config=/usr/local/lib/pkgconfig --with-pkg-config-libdir=/usr/local/lib/pkgconfig --without-ada --enable-sigwinch"
|
2021-04-15 14:50:42 +03:00
|
|
|
files="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz
|
2021-04-15 09:59:01 +03:00
|
|
|
https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz.sig ncurses-${version}.tar.gz.sig
|
|
|
|
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
2020-02-04 03:11:35 +03:00
|
|
|
auth_type="sig"
|
2020-05-10 23:35:24 +03:00
|
|
|
auth_opts="--keyring ./gnu-keyring.gpg ncurses-${version}.tar.gz.sig"
|