Browse Source

Add libedit

master
mid-kid 7 years ago
parent
commit
e8b1f7dcec
  1. 18
      satellites/libedit.sat

18
satellites/libedit.sat

@ -0,0 +1,18 @@
import 'compile/configure'
name=libedit
version=20170329-3.1
update_url="http://thrysoee.dk/editline/"
dlextract "http://thrysoee.dk/editline/$name-$version.tar.gz" \
'c57a0690e62ef523c083598730272cfd'
_
cd "$name-$version"
# This manpage conflicts with readline
sed -i -e 's/history.3//' doc/Makefile.am doc/Makefile.in
compile_configure
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
Loading…
Cancel
Save