Remove sed submodule and update scripts to download sed tarball

This commit is contained in:
Paul Dersey 2021-03-15 13:55:29 -04:00
parent f2651ed9d6
commit 4ae5115d89
5 changed files with 12 additions and 9 deletions

View file

@ -2,12 +2,18 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
# SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
set -ex
cd src
cd build
# Extract
gunzip ../src/${pkg}.tar.gz
tar xf ../src/${pkg}.tar
cd ${pkg}
# Create config.h
catm config.h
@ -43,7 +49,7 @@ tcc -static -o ${bindir}/sed -L lib lib/libsed.a compile.o execute.o regex.o fmt
# Test
sed --version
cd ..
cd ../..
# Checksums
fletcher16 checksums

@ -1 +0,0 @@
Subproject commit b8fb156db0eedfd28db3340b418591e8fcab08bc