void-packages/srcpkgs/font-awesome/template
2016-05-13 19:43:39 +02:00

19 lines
589 B
Bash

# 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 <meow@meo.wf>"
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
}