archrelease: copy trunk to community-any
[arch-community.git] / libertinus-font / trunk / PKGBUILD
bloba81a03743d64f9fe6d04bac9a23deec078c40aee
1 # Maintainer: Ivy Foster <iff@archlinux.org>
2 # Maintainer: Caleb Maclennan <caleb@alerque.com>
4 pkgname=libertinus-font
5 pkgver=7.040
6 pkgrel=2
7 pkgdesc='Fonts based on Linux Libertine/Biolinum, with extended math support'
8 url=https://github.com/alerque/libertinus
9 license=(custom:OFL)
11 provides=(otf-libertinus)
12 replaces=(otf-libertinus)
14 arch=(any)
15 source=("https://github.com/alerque/libertinus/releases/download/v$pkgver/Libertinus-$pkgver.tar.xz")
16 # Warning: checksums provided by packager, not upstream
17 sha256sums=('7fe9f022722d1c1cc67dc2c28a110b3bb55bae3575196160d2422c89333b3850')
19 package() {
20         cd "Libertinus-$pkgver"
21         install -d "$pkgdir/usr/share/fonts/libertinus"
22         install -m644 -t "$pkgdir/usr/share/fonts/libertinus" static/OTF/*.otf
23         install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/libertinus-font/OFL.txt"