ladybird/Ports/editline/package.sh

11 lines
336 B
Bash
Raw Normal View History

2023-06-06 21:09:48 +00:00
#!/usr/bin/env -S bash ../.port_include.sh
port='editline'
version='1.17.1'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=('aux/config.sub')
2023-07-10 11:10:29 +00:00
files=(
"https://github.com/troglobit/editline/releases/download/${version}/editline-${version}.tar.gz#781e03b6a935df75d99fb963551e2e9f09a714a8c49fc53280c716c90bf44d26"
2023-07-10 11:10:29 +00:00
)