20 lines
580 B
Bash
20 lines
580 B
Bash
# Template file for 'font-awesome5'
|
|
pkgname=font-awesome5
|
|
version=5.7.2
|
|
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=926a5df0f33595f672ae21d9a0eb29f1109b5e4d56c1a1c2b9d4bab5445b6cd5
|
|
conflicts="font-awesome>=0"
|
|
font_dirs="/usr/share/fonts/OTF"
|
|
|
|
do_install() {
|
|
install -Dm644 otfs/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
|
|
}
|