parent
63d8f1d236
commit
19fadea9b8
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'font-sarasa-gothic'
|
# Template file for 'font-sarasa-gothic'
|
||||||
pkgname=font-sarasa-gothic
|
pkgname=font-sarasa-gothic
|
||||||
version=0.34.1
|
version=0.34.3
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
|
@ -9,11 +9,13 @@ maintainer="B. Wilson <x@wilsonb.com>"
|
||||||
license="OFL-1.1"
|
license="OFL-1.1"
|
||||||
homepage="https://github.com/be5invis/Sarasa-Gothic"
|
homepage="https://github.com/be5invis/Sarasa-Gothic"
|
||||||
distfiles="https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z"
|
distfiles="https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z"
|
||||||
checksum=27bee9a1bdb8d94cb686816fb7961c5cced038fdd955148fbb3a297c94e974e0
|
checksum=6938707af097f5bf899f570c886063860973193db9524468da0c27af4a36ce94
|
||||||
|
|
||||||
font_dirs="/usr/share/fonts/TTF"
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/fonts/TTF
|
local file
|
||||||
vcopy * usr/share/fonts/TTF
|
for file in *.ttc; do
|
||||||
|
vinstall $file 0644 usr/share/fonts/TTF
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue