mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
13 lines
500 B
Bash
Executable File
13 lines
500 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=dropbear
|
|
version=2022.82
|
|
files=(
|
|
"https://mirror.dropbear.nl/mirror/releases/dropbear-${version}.tar.bz2#3a038d2bbc02bf28bbdd20c012091f741a3ec5cbe460691811d714876aad75d1"
|
|
)
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
# don't care about zlib, less deps is better
|
|
configopts=("--disable-zlib")
|
|
# Serenity's utmp is not fully compatible with what dropbear expects.
|
|
configopts+=("--disable-utmp" "--disable-wtmp" "--disable-login" "--disable-lastlog")
|