1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:17:34 +00:00

Ports: Add editline 1.17.1

This commit is contained in:
Emily Trau 2023-06-06 14:09:48 -07:00 committed by Jelle Raaijmakers
parent c241325b1f
commit 9a17f890ed
2 changed files with 10 additions and 0 deletions

9
Ports/editline/package.sh Executable file
View file

@ -0,0 +1,9 @@
#!/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')
files="https://github.com/troglobit/editline/releases/download/${version}/editline-${version}.tar.gz editline-${version}.tar.gz 781e03b6a935df75d99fb963551e2e9f09a714a8c49fc53280c716c90bf44d26"
auth_type='sha256'