As @evorster reported, a split package for such a big collection is not viable in the AUR.
Split packages in the repos (e.g. tesseract-data
from which I took inspiration) work fine because the end user can download and install them individually, while split packages from the AUR must build and package everything, and only then the user can install only what he needs.
Therefore I am going to change the pkgname=()
array and prepare_*()
function from piper-voices
, in order to introduce individual packages for each locale.
Pinned Comments
AlphaJack commented on 2024-03-06 13:57 (UTC)
As @evorster reported, a split package for such a big collection is not viable in the AUR.
Split packages in the repos (e.g.
tesseract-data
from which I took inspiration) work fine because the end user can download and install them individually, while split packages from the AUR must build and package everything, and only then the user can install only what he needs.Therefore I am going to change the
pkgname=()
array andprepare_*()
function frompiper-voices
, in order to introduce individual packages for each locale.