ladybird/Ports/ed/package.sh

11 lines
219 B
Bash
Raw Normal View History

2021-01-22 19:44:05 +03:00
#!/usr/bin/env -S bash ../.port_include.sh
2020-02-01 22:54:04 +03:00
port=ed
version=1.15
files="https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz ed-${version}.tar.lz"
2020-02-01 22:54:04 +03:00
useconfigure=true
depends=pcre2
configure() {
run ./"$configscript"
2020-02-01 22:54:04 +03:00
}