22 lines
706 B
Bash
22 lines
706 B
Bash
# Template file for 'steam-fonts'
|
|
pkgname=steam-fonts
|
|
version=1.0.0
|
|
revision=5
|
|
create_wrksrc=yes
|
|
depends="font-util"
|
|
short_desc="Fonts to fix scrambled or missing text in steam menus"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="custom:proprietary"
|
|
homepage="https://support.steampowered.com/kb_article.php?ref=1974-YFKL-4947"
|
|
distfiles="https://support.steampowered.com/downloads/1974-YFKL-4947/SteamFonts.zip"
|
|
checksum=42e0ae2ed6fed0a41ec1ff8cef6acecf0e1c9e44095f4ae1cc1445afdaecf961
|
|
font_dirs="/usr/share/fonts/steam-fonts"
|
|
restricted=yes
|
|
broken=dead-url
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/steam-fonts
|
|
vcopy *.ttf usr/share/fonts/steam-fonts
|
|
vcopy *.TTF usr/share/fonts/steam-fonts
|
|
}
|