testing/plzip: claim maintainership

This commit is contained in:
Celeste 2024-09-07 03:17:24 +00:00
parent 6e6e30eb98
commit de5f1f43ee

View File

@ -1,10 +1,10 @@
# Contributor: Klemens Nanni <kl3@posteo.org>
# Maintainer:
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=plzip
pkgver=1.11
pkgrel=0
pkgrel=1
pkgdesc="Massively parallel lossless data compressor"
url="http://www.nongnu.org/lzip/plzip.html"
url="https://www.nongnu.org/lzip/plzip.html"
arch="all"
license="GPL-2.0-or-later"
makedepends="lzlib-dev"
@ -13,8 +13,12 @@ source="https://download.savannah.gnu.org/releases/lzip/plzip/plzip-$pkgver.tar.
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--mandir=/usr/share/man
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
make
}