ladybird/Ports/lynx/package.sh
2023-06-23 17:25:37 +02:00

11 lines
464 B
Bash
Executable file

#!/usr/bin/env -S bash ../.port_include.sh
port='lynx'
version='2.8.9rel.1'
files="https://invisible-island.net/archives/lynx/tarballs/lynx${version}.tar.bz2 lynx${version}.tar.bz2 387f193d7792f9cfada14c60b0e5c0bff18f227d9257a39483e14fa1aaf79595"
workdir="lynx${version}"
auth_type='sha256'
depends=('ncurses' 'openssl' 'zlib')
useconfigure='true'
use_fresh_config_sub='true'
configopts=('--without-system-type' '--with-screen=ncurses' '--with-ssl' '--with-zlib')