# Maintainer: Johannes Maibaum # Maintainer: Caleb Maclennan pkgname=otf-libertinus _pkgname=${pkgname#*-} pkgver=6.6 pkgrel=1 pkgdesc='The Libertinus font family. A fork of the Linux Libertine and Linux Biolinum fonts with bugfixes and an OpenType math companion.' depends=('fontconfig') conflicts=('otf-libertine-git' 'otf-libertinus-git') arch=('any') license=('custom: OFL') url='https://github.com/libertinus-fonts/libertinus' source=("https://github.com/libertinus-fonts/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.zip") sha256sums=('7201f2ec9a19276179739d44e3cb4fb5c6dcfa0613ba51ce798bf4bf4f490702') package() { cd "${_pkgname}-${pkgver}" find . -name '*.otf' -execdir install -Dm644 {} $pkgdir/usr/share/fonts/OTF/{} \; install -Dm644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/OFL" }