19 lines
618 B
Bash
19 lines
618 B
Bash
# Template file for 'font-symbola'
|
|
pkgname=font-symbola
|
|
version=8.00
|
|
revision=1
|
|
noarch=yes
|
|
create_wrksrc=yes
|
|
hostmakedepends="unzip"
|
|
depends="font-util xbps-triggers"
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
short_desc="Font with many Symbol/Emoji blocks of The Unicode Standard"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="Free for any use"
|
|
homepage="http://users.teilar.gr/~g1951d/"
|
|
distfiles="http://users.teilar.gr/~g1951d/Symbola.zip>Symbola-${version}.zip"
|
|
checksum=1ae455696a3e3d3f3be6f96cad2e17dbacfbfe87adb9a99e78b7e13de8fd6c1d
|
|
|
|
do_install() {
|
|
vinstall Symbola.ttf 0644 usr/share/fonts/TTF
|
|
}
|