summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8b2f6ae16b1f2cde28bcae8c6ff7bb5e7b394ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Max Davydovsky <max.davydovsky@gmail.com>

pkgname=ttf-pacifico
pkgver=3.000
pkgrel=1
pkgdesc="Pacifico is an original and fun brush script handwriting font by Vernon Adams which was inspired by the 1950s American surf culture. It was redrawn by Jacques Le Bailly and expanded to Cyrillic by Botjo Nikoltchev and Ani Petrova."
arch=('any')
url="https://fonts.google.com/specimen/Pacifico"
license=('OFL')
depends=('fontconfig' 'xorg-font-utils')
source=("$pkgname.zip::https://fonts.google.com/download?family=Pacifico")
sha256sums=('576ca38f06e477cbe218af416657ec33b67bc98c5ddb626ebc8a1b2ab453e4b7')

package() {
    install -d $pkgdir/usr/share/fonts/TTF/
    install -m644 $srcdir/Pacifico-Regular.ttf $pkgdir/usr/share/fonts/TTF/
    install -Dm644 $srcdir/OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}