19d84ed6b1
Install the font awesome, an iconic font.
19 lines
589 B
Bash
19 lines
589 B
Bash
# 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
|
|
}
|