mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: font-sil-charis-5.000
This commit is contained in:
parent
bd64f66c72
commit
fda34b5e5f
1 changed files with 22 additions and 0 deletions
22
srcpkgs/font-sil-charis/template
Normal file
22
srcpkgs/font-sil-charis/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'font-sil-charis'
|
||||||
|
pkgname=font-sil-charis
|
||||||
|
version=5.000
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="CharisSIL-${version}"
|
||||||
|
hostmakedepends="unzip"
|
||||||
|
depends="font-util"
|
||||||
|
short_desc="Unicode serif font, similar to Bitstream Charter"
|
||||||
|
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
||||||
|
license="OFL-1.1"
|
||||||
|
homepage="https://software.sil.org/charis/"
|
||||||
|
distfiles="https://software.sil.org/downloads/r/charis/CharisSIL-${version}.zip"
|
||||||
|
checksum=5e3e5473b30363008c289cc87e2aa584a0916087a63a3f689defa8e0cee09bfd
|
||||||
|
font_dirs="/usr/share/fonts/SIL"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vinstall CharisSIL-B.ttf 644 ${font_dirs}
|
||||||
|
vinstall CharisSIL-BI.ttf 644 ${font_dirs}
|
||||||
|
vinstall CharisSIL-I.ttf 644 ${font_dirs}
|
||||||
|
vinstall CharisSIL-R.ttf 644 ${font_dirs}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue