testing/libntl: claim maintainership

This commit is contained in:
Celeste 2024-08-30 03:08:41 +00:00
parent 1900f1dde4
commit 529f101228

View File

@ -1,15 +1,15 @@
# Contributor: Grigory Kirillov <txgk@bk.ru> # Contributor: Grigory Kirillov <txgk@bk.ru>
# Maintainer: # Maintainer: Celeste <cielesti@protonmail.com>
pkgname=libntl pkgname=libntl
pkgver=11.5.1 pkgver=11.5.1
pkgrel=3 pkgrel=4
pkgdesc="Library for doing number theory" pkgdesc="Library for doing number theory"
url="https://libntl.org" url="https://libntl.org"
arch="all" arch="all"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
makedepends="autoconf automake gf2x-dev gmp-dev perl" makedepends="autoconf automake gf2x-dev gmp-dev perl"
source="https://libntl.org/ntl-$pkgver.tar.gz"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc" subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="https://libntl.org/ntl-$pkgver.tar.gz"
builddir="$srcdir/ntl-$pkgver/src" builddir="$srcdir/ntl-$pkgver/src"
prepare() { prepare() {