19 lines
545 B
Bash
19 lines
545 B
Bash
# Template file for 'font-awesome'
|
|
pkgname=font-awesome
|
|
version=5.0.9
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc=Font-Awesome-${version}
|
|
depends="font-util"
|
|
font_dirs="/usr/share/fonts/OTF"
|
|
short_desc="An iconic font"
|
|
maintainer="Yann Bordenave <meow@meo.wf>"
|
|
homepage="https://fontawesome.com/"
|
|
license="OFL-1.1"
|
|
distfiles="https://github.com/FortAwesome/Font-Awesome/archive/${version}.tar.gz"
|
|
checksum=ddb8bea3368b6c252abb3a890eac2a220e787b57de4e1238f5bf01b36d3d8250
|
|
|
|
do_install() {
|
|
install -Dm644 use-on-desktop/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
|
|
}
|