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