Merge branch 'add-dash' of git.tebibyte.media:bonsai/repo

This commit is contained in:
nitori 2024-01-29 15:27:29 +00:00
commit 3c8b5b0608
Signed by: nitori
GPG Key ID: 5FBB7757BFC813A8
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