summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4fc83c3b25c631ecbcb18e31c26f2e4b116b0a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Georgi <georgi.patsev@gmail.com>
pkgname=otf-plovdivtypeface
pkgver=1.00
pkgrel=1
pkgdesc="PlovdivTypeface is the first typeface dedicated to the city of Plovdiv, based on the handwriting of its citizens and friends and entirely free to download and use."
arch=('any')
url="https://plovdivtypeface.com"
license=('custom')
provides=('otf-plovdivtypeface')
source=('https://plovdivtypeface.com/download/PlovdivTypeface-Fonts.zip')
sha256sums=('4ed7dd560ffafca7df7070ef09ef7944fce6c8d951766c616ce34577b1a54eb5')

package() {
  install -D -m644 ${srcdir}/PlovdivTypeface-Fonts/License*.pdf "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf"
  install -d "${pkgdir}/usr/share/fonts/OTF/"
  install -m644 ${srcdir}/PlovdivTypeface-Fonts/OTF/Plovdiv*.otf "${pkgdir}/usr/share/fonts/OTF/"
}