Buil sed 4.0.9 with musl.

This commit is contained in:
Andrius Štikonas 2021-03-11 18:12:52 +00:00
parent 07dcb910b9
commit 3518f7cec0
7 changed files with 60 additions and 0 deletions

14
sysa/sed-4.0.9/sed-4.0.9.sh Executable file
View file

@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default_src_prepare
cp lib/regex_.h lib/regex.h
touch config.h
}
src_install() {
default_src_install
}