void-packages/srcpkgs/Fonts-TLWG/template

32 lines
881 B
Bash

# Template file for 'Fonts-TLWG'
pkgname=Fonts-TLWG
version=0.7.0
revision=1
noarch=yes
wrksrc="fonts-tlwg-${version}"
build_style=gnu-configure
configure_args="--with-ttfdir=/usr/share/fonts/TTF --with-otfdir=/usr/share/fonts/OTF
--enable-ttf"
hostmakedepends="fontforge"
depends="font-util"
font_dirs="/usr/share/fonts/TTF"
short_desc="Thai fonts TTF"
maintainer="ColdPhoenix <coldphoenix@interia.pl>"
license="GPL-2.0-or-later, Bitstream Font License"
homepage="https://linux.thai.net/projects/fonts-tlwg"
distfiles="https://github.com/tlwg/fonts-tlwg/releases/download/v${version}/fonts-tlwg-${version}.tar.xz"
checksum=442793eed437c6866201759de207c9969bee1fd44a1c082d2e45cf2796dd3b08
post_install() {
vlicense COPYING
}
Fonts-TLWG-otf_package() {
noarch=yes
short_desc="Thai fonts OTF"
font_dirs="/usr/share/fonts/OTF"
pkg_install() {
vmove usr/share/fonts/OTF
}
}