mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-16 07:25:12 +02:00
19 lines
589 B
Bash
19 lines
589 B
Bash
# Template file for 'font-awesome5'
|
|
pkgname=font-awesome5
|
|
version=5.0.13
|
|
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="cr6git <quark6@protonmail.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://fontawesome.com"
|
|
distfiles="https://github.com/FortAwesome/Font-Awesome/archive/${version}.tar.gz"
|
|
checksum=fae40b4aeb6505edb0b641631ff4a5d8c97e5972fb6643f3b2eb626c752e5a83
|
|
conflicts="font-awesome>=0"
|
|
|
|
do_install() {
|
|
install -Dm644 use-on-desktop/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
|
|
}
|