void-packages/srcpkgs/font-awesome5/template
2020-06-23 18:14:33 +02:00

20 lines
581 B
Bash

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