# Maintainer: Tyler Swagar pkgname=ttf-quintessential pkgver=1.001 pkgrel=1 pkgdesc='Calligraphic typeface from Google by Brian J. Bonislawsky' arch=('any') url='https://fonts.google.com/specimen/Quintessential' license=('custom:SIL Open Font License v1.1') depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') conflicts=('ttf-google-fonts-git' 'ttf-google-fonts-opinionated-git') install="${pkgname}.install" source=('https://github.com/google/fonts/raw/master/ofl/quintessential/Quintessential-Regular.ttf' 'https://github.com/google/fonts/raw/master/ofl/quintessential/OFL.txt') sha256sums=('73d192f10dbfc716214aae282afb93036f12415d16adc9d6d0e981f34d829d32' '0786594992757ea0290ae4a490ab9249728f372adb13959c0c8ae4fec83057ff') package() { install -dm 755 "${pkgdir}/usr/share/fonts/TTF" install -m 644 *.ttf "${pkgdir}/usr/share/fonts/TTF/" install -Dm644 *.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" }