void-packages/srcpkgs/font-awesome5/template
2019-03-22 09:18:02 -03:00

20 lines
580 B
Bash

# Template file for 'font-awesome5'
pkgname=font-awesome5
version=5.8.1
revision=1
archs=noarch
wrksrc="Font-Awesome-${version}"
depends="font-util"
short_desc="Iconic font (version 5)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="OFL-1.1"
homepage="https://fontawesome.com"
distfiles="https://github.com/FortAwesome/Font-Awesome/archive/${version}.tar.gz"
checksum=b0ef5da4323d277695a1335f0fbaf9aa84ff782380082179c0ad37565e110bd8
conflicts="font-awesome>=0"
font_dirs="/usr/share/fonts/OTF"
do_install() {
install -Dm644 otfs/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
}