19 lines
546 B
Bash
19 lines
546 B
Bash
# Template file for 'font-awesome'
|
|
pkgname=font-awesome
|
|
version=5.0.10
|
|
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=a2588298f516d6f894b31d1990819d0af70f4beccc3e2c364d30d813f8af4193
|
|
|
|
do_install() {
|
|
install -Dm644 use-on-desktop/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
|
|
}
|