diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-27 17:05:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-27 17:05:20 +0300 |
commit | de9bab05198873fa826ba0de956b6770b32cf164 (patch) | |
tree | fc9376f14d9512b00aef20ac25c14e403911905e /extra/libedit | |
parent | 44f95c336afa47026f0c263cac43ac8d6d98be05 (diff) | |
download | repository-de9bab05198873fa826ba0de956b6770b32cf164.tar.gz |
libedit: add new package at 20191231-3.1 to extra
Diffstat (limited to 'extra/libedit')
-rwxr-xr-x | extra/libedit/build | 7 | ||||
-rw-r--r-- | extra/libedit/checksums | 1 | ||||
-rw-r--r-- | extra/libedit/depends | 1 | ||||
-rw-r--r-- | extra/libedit/sources | 1 | ||||
-rw-r--r-- | extra/libedit/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/extra/libedit/build b/extra/libedit/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libedit/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libedit/checksums b/extra/libedit/checksums new file mode 100644 index 00000000..3cdf3529 --- /dev/null +++ b/extra/libedit/checksums @@ -0,0 +1 @@ +dbb82cb7e116a5f8025d35ef5b4f7d4a3cdd0a3909a146a39112095a2d229071 libedit-20191231-3.1.tar.gz diff --git a/extra/libedit/depends b/extra/libedit/depends new file mode 100644 index 00000000..6a470ffa --- /dev/null +++ b/extra/libedit/depends @@ -0,0 +1 @@ +ncurses diff --git a/extra/libedit/sources b/extra/libedit/sources new file mode 100644 index 00000000..ea7bfa11 --- /dev/null +++ b/extra/libedit/sources @@ -0,0 +1 @@ +https://www.thrysoee.dk/editline/libedit-20191231-3.1.tar.gz diff --git a/extra/libedit/version b/extra/libedit/version new file mode 100644 index 00000000..38116ca8 --- /dev/null +++ b/extra/libedit/version @@ -0,0 +1 @@ +20191231-3.1 1 |