void-packages/srcpkgs/font-awesome6/template
Saksham be380500cc
font-awesome6: update to 6.7.1
Closes: #53459 [via git-merge-pr]
2024-12-24 14:07:22 -05:00

17 lines
636 B
Bash

# Template file for 'font-awesome6'
pkgname=font-awesome6
version=6.7.1
revision=1
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=3118838d8d0aa88b8c9a5e132f8a195a3f1b23895ae66c61dc6746f9ceef80da
font_dirs="/usr/share/fonts/OTF"
do_install() {
install -Dm644 otfs/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
}