mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Add sha-2 (commit 61155d)
Unfortunatley the sha2 project does not have versioned releases so we use the latest commit. We have also manually added a frontend to sha-2 to allow us to invoke it from the command line, thanks bittrof for the help!
This commit is contained in:
parent
44bad278e0
commit
92cb05442e
8 changed files with 232 additions and 18 deletions
22
sysa/run.sh
22
sysa/run.sh
|
|
@ -9,36 +9,36 @@ set -e
|
|||
|
||||
export PREFIX=/after
|
||||
|
||||
# Part 19
|
||||
# Part 20
|
||||
build flex-2.5.11
|
||||
|
||||
# Part 20
|
||||
# Part 21
|
||||
build musl-1.1.24
|
||||
|
||||
# Part 21
|
||||
build tcc-0.9.27 tcc-musl.sh
|
||||
|
||||
# Part 22
|
||||
build m4-1.4.7
|
||||
build tcc-0.9.27 tcc-musl.sh checksums/tcc-musl
|
||||
|
||||
# Part 23
|
||||
build flex-2.6.4
|
||||
build m4-1.4.7
|
||||
|
||||
# Part 24
|
||||
build flex-2.6.4
|
||||
|
||||
# Part 25
|
||||
build bison-3.4.1 stage1.sh
|
||||
build bison-3.4.1 stage2.sh
|
||||
build bison-3.4.1 stage3.sh
|
||||
|
||||
# Part 25
|
||||
# Part 26
|
||||
build grep-2.4
|
||||
|
||||
# Part 26
|
||||
# Part 27
|
||||
build diffutils-2.7
|
||||
|
||||
# Part 27
|
||||
# Part 28
|
||||
build coreutils-5.0
|
||||
|
||||
# Part 28
|
||||
# Part 29
|
||||
build gawk-3.0.4
|
||||
|
||||
# Part 29
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue