testing/unrtf: claim maintainership

This commit is contained in:
Celeste 2023-10-29 06:45:47 +00:00 committed by omni
parent f0694a987b
commit 32a13841bc

View File

@ -1,8 +1,8 @@
# Contributor: Grigory Kirillov <txgk@bk.ru>
# Maintainer:
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=unrtf
pkgver=0.21.10
pkgrel=1
pkgrel=2
pkgdesc="Command-line program which converts RTF documents to other formats"
url="https://www.gnu.org/software/unrtf"
arch="all"
@ -15,7 +15,10 @@ build() {
--target="$CTARGET" \
--build="$CBUILD" \
--host="$CHOST" \
--prefix=/usr
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
make
}