# Maintainer: kleintux # Contributor: Roman Mikhayloff pkgname=ttf-xo-symbol pkgver=1.00 # The fake version, the original is unversioned. pkgrel=1 pkgdesc="XO Symbol 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_Symbol-${pkgver}.zip::http://fonts.myoffice.ru/wp-content/themes/template/fonts_page/files/XO_Symbol.zip") sha256sums=('21e37007bba378e868e7c31d84f375f6dfb6db1322098b60977254706ddf4c41') install=${pkgname}.install package() { install -dm755 "${pkgdir}"/usr/share/fonts/TTF cd "${srcdir}" install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/ }