makedeb


fonts-typopro 4.2.6-1


TypoPRO fonts from http://typopro.org/

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for fonts-typopro.

# Maintainer (AUR PKGBUILD): Samuele Santi <samuele+aur@samuelesanti.com>
# Maintainer: Holger B. A. Rauch <holger.rauch+makedeb@posteo.de>
pkgname=fonts-typopro
pkgver=4.2.6
pkgrel=1
pkgdesc="TypoPRO fonts from http://typopro.org/"
arch=('any')
url="http://typopro.org/"
license=('MIT' 'Apache' 'OFL' 'CC0')
depends=(fontconfig xfonts-utils)
install=$pkgname.install
source=("https://github.com/rse/typopro-web/archive/${pkgver}.zip")
sha256sums=('c98622eacfd5f9f63c3f95eb63c85d4aff57423ea88dc24294c1533c32a90f40')

package() {
  cd ${srcdir}
  install -d ${pkgdir}/usr/share/fonts/truetype/TypoPRO
  install -m644 typopro-web-${pkgver}/web/*/*.ttf ${pkgdir}/usr/share/fonts/truetype/TypoPRO
}