mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
14 lines
284 B
Bash
Executable file
14 lines
284 B
Bash
Executable file
#!/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
|