main/texinfo: take over maintainership

This commit is contained in:
Celeste 2024-07-07 05:00:08 +00:00
parent e3b797f68a
commit 02277edd87

View File

@ -1,31 +1,36 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=texinfo
pkgver=7.1
pkgrel=2
pkgrel=3
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
url="https://www.gnu.org/software/texinfo/"
arch="all"
options="!check" # Test dependencies are not packaged
license="GPL-3.0-or-later"
depends="perl"
makedepends="ncurses-dev perl-dev"
subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz
fix-build-without-NLS.patch"
install="texinfo.pre-deinstall"
triggers="texinfo.trigger=/usr/share/info"
subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz
fix-build-without-NLS.patch
"
options="!check" # Test dependencies are not packaged
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-nls
make
}
package() {
make DESTDIR="$pkgdir"/ install
make DESTDIR="$pkgdir" install
}
sha512sums="