mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Add gawk 5.3.0
This commit is contained in:
parent
10d2a72d16
commit
ffbdd8bc18
5 changed files with 27 additions and 0 deletions
17
steps/gawk-5.3.0/pass1.sh
Normal file
17
steps/gawk-5.3.0/pass1.sh
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# texinfo
|
||||
rm doc/*.info
|
||||
|
||||
# bison
|
||||
rm awkgram.c command.c
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}"
|
||||
}
|
||||
1
steps/gawk-5.3.0/sources
Normal file
1
steps/gawk-5.3.0/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://mirrors.kernel.org/gnu/gawk/gawk-5.3.0.tar.xz ca9c16d3d11d0ff8c69d79dc0b47267e1329a69b39b799895604ed447d3ca90b
|
||||
Loading…
Add table
Add a link
Reference in a new issue