serenity/Ports/ed/package.sh

12 lines
310 B
Bash
Raw Normal View History

2021-01-22 11:44:05 -05:00
#!/usr/bin/env -S bash ../.port_include.sh
2020-02-01 14:54:04 -05:00
port=ed
2022-03-31 20:54:00 -04:00
version=1.18
files="https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz ed-${version}.tar.lz aca8efad9800c587724a20b97aa8fc47e6b5a47df81606feaba831b074462b4f"
auth_type='sha256'
2020-02-01 14:54:04 -05:00
useconfigure=true
depends=("pcre2")
2020-02-01 14:54:04 -05:00
configure() {
run ./"$configscript"
2020-02-01 14:54:04 -05:00
}