help2man-1.36.4

This commit is contained in:
Andrius Štikonas 2021-03-19 15:40:07 +00:00
parent 65a2e3e33d
commit ce77c561db
5 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
autoreconf-2.59 -f
}
src_configure() {
CC=tcc ./configure --prefix="${PREFIX}" --disable-nls
}
src_compile() {
make
# fix a broken shebang
tail -n +6 help2man > help2man.tmp
echo "#!/${PREFIX}/bin/perl" > help2man
cat help2man.tmp >> help2man
rm help2man.tmp
}

View file

@ -121,6 +121,8 @@ build autoconf-2.59
build automake-1.8.5
build help2man-1.36.4
build bash-3.2.57
exec bash run2.sh