1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 09:27:46 +00:00

Ports: Add editline library (#2532)

This commit is contained in:
Stephen Gregoratto 2020-06-08 19:38:13 +00:00 committed by GitHub
parent 883dc9260d
commit 53d4c7e207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 0 deletions

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

@ -0,0 +1,6 @@
#!/bin/bash ../.port_include.sh
port=editline
version=1.17.1
useconfigure=true
files="https://github.com/troglobit/editline/releases/download/${version}/editline-${version}.tar.xz editline-${version}.tar.xz ec25530e02f0926909bd0f176528019e"
auth_type="md5"