18 lines
636 B
Bash
18 lines
636 B
Bash
# Template file for 'font-awesome6'
|
|
pkgname=font-awesome6
|
|
version=6.6.0
|
|
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=8cde9bf442f218ee330844263ee35403ff466a1afbbd11ab170523f3cd09067c
|
|
font_dirs="/usr/share/fonts/OTF"
|
|
|
|
do_install() {
|
|
install -Dm644 otfs/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
|
|
}
|