main/flite: take over maintainership

This commit is contained in:
Celeste 2024-07-07 05:00:05 +00:00
parent 9220db552b
commit 7a5fd957c1

View file

@ -1,8 +1,8 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=flite
pkgver=2.2
pkgrel=2
pkgrel=3
pkgdesc="Small, fast speech synthesis engine (text-to-speech)"
url="http://cmuflite.org/"
arch="all"
@ -27,6 +27,7 @@ build() {
--host=$CHOST \
--prefix=/usr \
--enable-shared \
--sysconfdir=/etc \
--localstatedir=/var \
--with-audio=alsa
make -j1