mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 06:15:29 +01:00
Add untar.c
This commit is contained in:
parent
0d64413670
commit
f030a3a74e
10 changed files with 56 additions and 29 deletions
1
sysa/untar/checksums
Normal file
1
sysa/untar/checksums
Normal file
|
|
@ -0,0 +1 @@
|
|||
27524 /after/bin/untar
|
||||
14
sysa/untar/untar.kaem
Executable file
14
sysa/untar/untar.kaem
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
set -ex
|
||||
|
||||
# Compile
|
||||
# 0.9.26 is intentional as later tcc segfaults when linking
|
||||
tcc-0.9.26 src/untar.c -o ${bindir}/untar
|
||||
|
||||
# Checksums
|
||||
fletcher16 checksums
|
||||
Loading…
Add table
Add a link
Reference in a new issue