# Template file for 'font-awesome' pkgname=font-awesome version=4.6.3 revision=1 noarch=yes wrksrc=Font-Awesome-${version} depends="font-util xbps-triggers>=0.58" font_dirs="/usr/share/fonts/OTF" short_desc="An iconic font" maintainer="Yann Bordenave " homepage="http://fontawesome.io/" license="OFL-1.1" distfiles="https://github.com/FortAwesome/Font-Awesome/archive/v${version}.tar.gz" checksum=669fb1210c64eda3f998c86941641f1bcd0af4450643daf8841cb62d2b6c71a4 do_install() { vmkdir usr/share/fonts/OTF install -m644 ${wrksrc}/fonts/*.otf ${DESTDIR}/usr/share/fonts/OTF }