forked from kiss-community/repo
bonsai-coreutils: new at git
This commit is contained in:
parent
b13da15f9f
commit
bf4f24737a
8
core/bonsai-coreutils/build
Executable file
8
core/bonsai-coreutils/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure
|
||||
|
||||
sed 's/+nightly//' rustc.mk
|
||||
|
||||
make
|
||||
make PREFIX="$1/usr" install # DESTDIR not supported
|
2
core/bonsai-coreutils/depends
Normal file
2
core/bonsai-coreutils/depends
Normal file
@ -0,0 +1,2 @@
|
||||
bindgen make
|
||||
rust make
|
1
core/bonsai-coreutils/sources
Normal file
1
core/bonsai-coreutils/sources
Normal file
@ -0,0 +1 @@
|
||||
git+https://git.tebibyte.media/bonsai/coreutils
|
1
core/bonsai-coreutils/version
Normal file
1
core/bonsai-coreutils/version
Normal file
@ -0,0 +1 @@
|
||||
git 1
|
Loading…
Reference in New Issue
Block a user