20 lines
588 B
Bash
20 lines
588 B
Bash
# Template file for 'font-awesome5'
|
|
pkgname=font-awesome5
|
|
version=5.3.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="cr6git <quark6@protonmail.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://fontawesome.com"
|
|
distfiles="https://github.com/FortAwesome/Font-Awesome/archive/${version}.tar.gz"
|
|
checksum=4b13bd9772e0d34a127a8f3e42c0ed2669d6ccc3c903bd32aaa78ca791a4ce7a
|
|
conflicts="font-awesome>=0"
|
|
|
|
do_install() {
|
|
install -Dm644 use-on-desktop/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
|
|
}
|