Merge pull request #2540 from meowstars/master
new package: font-awesome
This commit is contained in:
commit
fe96071da4
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue