mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Add ed 1.4.
This commit is contained in:
parent
5cc4d959b4
commit
b8446054f2
5 changed files with 26 additions and 0 deletions
16
sysa/ed-1.4/ed-1.4.sh
Executable file
16
sysa/ed-1.4/ed-1.4.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
# SPDX-FileCopyrightText: © 2023 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm doc/ed.info
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" \
|
||||
--build=i386-unknown-linux-musl
|
||||
}
|
||||
|
||||
src_install() {
|
||||
install -m 755 -D ed ${DESTDIR}/usr/bin/ed
|
||||
}
|
||||
1
sysa/ed-1.4/sources
Normal file
1
sysa/ed-1.4/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://mirrors.kernel.org/gnu/ed/ed-1.4.tar.gz db36da85ee1a9d8bafb4b041bd4c8c11becba0c43ec446353b67045de1634fda
|
||||
Loading…
Add table
Add a link
Reference in a new issue