forked from kiss-community/repo
Merge branch 'add-dash' of git.tebibyte.media:bonsai/repo
This commit is contained in:
commit
3c8b5b0608
10
core/dash/build
Executable file
10
core/dash/build
Executable 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
1
core/dash/checksums
Normal file
@ -0,0 +1 @@
|
||||
0abee44e167867603004bbdaf9f465baf21f43758d631caa28c02ca9500149d746
|
1
core/dash/sources
Normal file
1
core/dash/sources
Normal file
@ -0,0 +1 @@
|
||||
http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.12.tar.gz
|
1
core/dash/version
Normal file
1
core/dash/version
Normal file
@ -0,0 +1 @@
|
||||
0.5.12 1
|
Loading…
Reference in New Issue
Block a user