# Maintainer: kleintux # Contributor: Roman Mikhayloff pkgname=ttf-xo-oriel-condensed pkgver=1.01 # The fake version, the original is unversioned. pkgrel=1 pkgdesc="XO Oriel Condensed font created considering trends of modern typography from «Новые облачные технологии»" arch=('any') url="https://fonts.myoffice.ru" license=('custom: XO FONTS Open License') depends=('fontconfig' 'xorg-font-utils') groups=('ttf-xo-fonts') source=("XO_Oriel_Condensed-${pkgver}.zip::http://fonts.myoffice.ru/wp-content/themes/template/fonts_page/files/XO_Oriel_Condensed.zip") sha256sums=('66a1d9e2cb645320d43cab3a62ba345eb4ad6479c6a2b17ae842fac57cdc9cb8') install=${pkgname}.install package() { install -dm755 "${pkgdir}"/usr/share/fonts/TTF cd "${srcdir}" install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/ }