Merge pull request #2540 from meowstars/master

new package: font-awesome
This commit is contained in:
Juan RP 2015-09-22 09:13:31 +02:00
commit fe96071da4
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'font-awesome'
pkgname=font-awesome
version=4.4.0
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=3962ab205a1547be1e10a840f44fa6b6a28359e6f3f21932f0f8dabf419eeccb
do_install() {
vmkdir usr/share/fonts/OTF
install -m644 ${wrksrc}/fonts/*.otf ${DESTDIR}/usr/share/fonts/OTF
}