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:
parent
883dc9260d
commit
53d4c7e207
3 changed files with 27 additions and 0 deletions
6
Ports/editline/package.sh
Executable file
6
Ports/editline/package.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue