Updated some packages. Added dash and libedit.
This commit is contained in:
parent
5dd4f9e959
commit
70094bdf79
8
ports/dash-le/build
Executable file
8
ports/dash-le/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-libedit
|
||||
|
||||
make DESTDIR="$1" install
|
||||
ln -s /usr/bin/dash "$1/usr/bin/sh"
|
1
ports/dash-le/checksums
Normal file
1
ports/dash-le/checksums
Normal file
@ -0,0 +1 @@
|
||||
62b9f1676ba6a7e8eaec541a39ea037b325253240d1f378c72360baa1cbcbc2a
|
1
ports/dash-le/depends
Normal file
1
ports/dash-le/depends
Normal file
@ -0,0 +1 @@
|
||||
libedit
|
1
ports/dash-le/sources
Normal file
1
ports/dash-le/sources
Normal file
@ -0,0 +1 @@
|
||||
http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.11.3.tar.gz
|
1
ports/dash-le/version
Normal file
1
ports/dash-le/version
Normal file
@ -0,0 +1 @@
|
||||
0.5.11.3 1
|
7
ports/libedit/build
Executable file
7
ports/libedit/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
ports/libedit/checksums
Normal file
1
ports/libedit/checksums
Normal file
@ -0,0 +1 @@
|
||||
571ebe44b74860823e24a08cf04086ff104fd7dfa1020abf26c52543134f5602
|
1
ports/libedit/sources
Normal file
1
ports/libedit/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.thrysoee.dk/editline/libedit-20210419-3.1.tar.gz
|
1
ports/libedit/version
Normal file
1
ports/libedit/version
Normal file
@ -0,0 +1 @@
|
||||
3.1 1
|
Loading…
Reference in New Issue
Block a user