dash: new at 0.5.12

This commit is contained in:
Emma Tebibyte 2024-01-23 14:38:23 -07:00
parent 304e0092f6
commit 1b3d1765bc
Signed by: emma
GPG Key ID: 06FA419A1698C270
4 changed files with 13 additions and 0 deletions

10
core/dash/build Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
export CFLAGS="$CFLAGS -static"
./configure \
--prefix=/usr
make DESTDIR="$1" install
ln -s /usr/bin/dash "$1/usr/bin/sh"

1
core/dash/checksums Normal file
View File

@ -0,0 +1 @@
0abee44e167867603004bbdaf9f465baf21f43758d631caa28c02ca9500149d746

1
core/dash/sources Normal file
View File

@ -0,0 +1 @@
http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.12.tar.gz

1
core/dash/version Normal file
View File

@ -0,0 +1 @@
0.5.12 1