mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: font-sil-galatia-2.1
This commit is contained in:
parent
9162e7ef8a
commit
f172d7673d
1 changed files with 20 additions and 0 deletions
20
srcpkgs/font-sil-galatia/template
Normal file
20
srcpkgs/font-sil-galatia/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'font-sil-galatia'
|
||||
pkgname=font-sil-galatia
|
||||
version=2.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="GalSIL${version/./}"
|
||||
hostmakedepends="unzip"
|
||||
depends="font-util"
|
||||
short_desc="Unicode 3.1 font designed to support Biblical Polytonic Greek"
|
||||
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
||||
license="OFL-1.1"
|
||||
homepage="https://software.sil.org/Galatia/"
|
||||
distfiles="https://software.sil.org/downloads/r/galatia/GalatiaSIL-${version}.zip"
|
||||
checksum=0d0a34646a18267c5147ee01448268098ebb00c4563eb6e9260037f2d171aa92
|
||||
font_dirs="/usr/share/fonts/SIL"
|
||||
|
||||
do_install() {
|
||||
vinstall GalSILB.ttf 644 ${font_dirs}
|
||||
vinstall GalSILR.ttf 644 ${font_dirs}
|
||||
}
|
Loading…
Add table
Reference in a new issue