Package Details: ttf-proza-libre 1.0.r12.g45ea7bb-3

Git Clone URL: https://aur.archlinux.org/ttf-proza-libre.git (read-only, click to copy)
Package Base: ttf-proza-libre
Description: A typeface that is pleasant to read on screens across different operating systems, by Bureau Roffa
Upstream URL: https://github.com/jasperdewaard/Proza-Libre
Licenses: custom:SIL Open Font License v1.1
Submitter: pbrenna
Maintainer: pbrenna (graysky)
Last Packager: pbrenna
Votes: 0
Popularity: 0.000000
First Submitted: 2020-06-07 13:02 (UTC)
Last Updated: 2020-07-15 20:46 (UTC)

Latest Comments

pbrenna commented on 2023-01-21 15:38 (UTC)

@graysky looks good; shouldn't we keep the license file though?

graysky commented on 2023-01-21 14:04 (UTC)

Here is a more concise PKGBUILD:

pkgname=ttf-proza-libre
_commit='45ea7bb14c2301988fbda75fc27374f63e33c19c'
pkgver=1.0
pkgrel=1
pkgdesc='A typeface that is pleasant to read on screens across different operating systems, by Bureau Roffa'
arch=('any')
url='https://github.com/jasperdewaard/Proza-Libre'
license=('custom:SIL Open Font License v1.1')
depends=('fontconfig')
source=($pkgname-$pkgver.tar.gz::https://github.com/jasperdewaard/Proza-Libre/archive/refs/tags/1.0.tar.gz)
sha256sums=('c6d975321ef7853769a68fbb290c3f0b0b72ca175a2bbd2a33b1bdf2e1db5490')

package() {
  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Proza-Libre-$pkgver/Fonts/ProzaLibre-*.ttf
}