void-packages/srcpkgs/font-awesome6/template

19 lines
681 B
Bash

# Template file for 'font-awesome6'
pkgname=font-awesome6
version=6.1.2
revision=1
wrksrc="fontawesome-free-${version}-desktop"
hostmakedepends="font-util"
short_desc="Iconic SVG, font, and CSS toolkit - desktop fonts"
maintainer="mobinmob <mobinmob@disroot.org>"
license="OFL-1.1"
homepage="https://fontawesome.com/"
changelog="https://fontawesome.com/docs/changelog/"
distfiles="https://github.com/FortAwesome/Font-Awesome/releases/download/${version}/fontawesome-free-${version}-desktop.zip"
checksum=5511986794e283546ffb93a1f5715e4fc60db6bb490df1abd335ad3b8a3a72f4
font_dirs="/usr/share/fonts/OTF"
do_install() {
install -Dm644 otfs/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
}