21 lines
641 B
Bash
21 lines
641 B
Bash
# Template file for 'font-symbola'
|
|
pkgname=font-symbola
|
|
version=11.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="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Free for personal, non commercial use"
|
|
homepage="http://users.teilar.gr/~g1951d/"
|
|
distfiles="http://users.teilar.gr/~g1951d/Symbola.zip>Symbola-${version}.zip"
|
|
checksum=d594ce9d51832f614776fed400b79e8ffffb8f8effeced73f9034907e512527d
|
|
restricted=yes
|
|
|
|
do_install() {
|
|
vinstall Symbola.ttf 0644 usr/share/fonts/TTF
|
|
}
|