20 lines
630 B
Bash
20 lines
630 B
Bash
# Template file for 'font-symbola'
|
|
pkgname=font-symbola
|
|
version=9.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}_${revision}.zip"
|
|
checksum=856de5857be48b8e31fc078fb93a9f3bd706b2552ba57b42863622f837cd3f35
|
|
|
|
do_install() {
|
|
vinstall Symbola.ttf 0644 usr/share/fonts/TTF
|
|
}
|