20 lines
580 B
Bash
20 lines
580 B
Bash
# Template file for 'font-awesome5'
|
|
pkgname=font-awesome5
|
|
version=5.6.1
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="Font-Awesome-${version}"
|
|
depends="font-util"
|
|
font_dirs="/usr/share/fonts/OTF"
|
|
short_desc="An iconic font (version 5)"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="OFL-1.1"
|
|
homepage="https://fontawesome.com"
|
|
distfiles="https://github.com/FortAwesome/Font-Awesome/archive/${version}.tar.gz"
|
|
checksum=f96b8f9f581149665f3f401da1f54a1bfa730cbf1a4ea7c0696a01def3996d2b
|
|
conflicts="font-awesome>=0"
|
|
|
|
do_install() {
|
|
install -Dm644 otfs/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
|
|
}
|