20 lines
630 B
Bash
20 lines
630 B
Bash
# Template file for 'font-symbola'
|
|
pkgname=font-symbola
|
|
version=8.00
|
|
revision=2
|
|
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=0d568882ca4f38a8e7d487367c75f4d8d7cb9f902b9675b7f6620c139014dad1
|
|
|
|
do_install() {
|
|
vinstall Symbola.ttf 0644 usr/share/fonts/TTF
|
|
}
|