summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 351bdccb04a627fee28b26444823d5771272a0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Johannes Maibaum <jmaibaum@gmail.com>
pkgname=otf-libertinus
_pkgname=${pkgname/otf-/}
pkgver=6.1
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' 'xorg-mkfontdir')
conflicts=('otf-libertine-git')
arch=('any')
license=('custom: OFL')
url="https://github.com/khaledhosny/libertinus"
install=$pkgname.install
source=("https://github.com/khaledhosny/${_pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('2c5a32e08d7601ffdc86e52d69dc1d19acfd118ec5bb549073a3cbeb969e74be')

package() {
	cd "${srcdir}/${_pkgname}-${pkgver}"
	mkdir -p $pkgdir/usr/share/fonts/OTF
	cp *.otf $pkgdir/usr/share/fonts/OTF
	install -Dm644 LICENCE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
	install -m644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/OFL"
}