1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:27:35 +00:00

Ports: Add lynx port

This commit is contained in:
René Hickersberger 2023-06-23 15:42:14 +02:00 committed by Andreas Kling
parent 934cb601c2
commit b0ef956fe0
2 changed files with 11 additions and 0 deletions

10
Ports/lynx/package.sh Executable file
View file

@ -0,0 +1,10 @@
#!/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')