22 lines
688 B
Bash
22 lines
688 B
Bash
# Template file for 'Fonts-TLWG'
|
|
pkgname=Fonts-TLWG
|
|
version=0.6.4
|
|
revision=1
|
|
wrksrc=fonts-tlwg-${version}
|
|
build_style=gnu-configure
|
|
configure_args="--with-ttfdir=/usr/share/fonts/TTF"
|
|
hostmakedepends="fontforge xbps-triggers"
|
|
depends="font-util xbps-triggers"
|
|
short_desc="Thai fonts TTF"
|
|
maintainer="ColdPhoenix <coldphoenix@interia.pl>"
|
|
license="GPL-2, Bitstream Font License"
|
|
homepage="https://linux.thai.net/projects/fonts-tlwg"
|
|
distfiles="https://linux.thai.net/pub/thailinux/software/fonts-tlwg/fonts-tlwg-${version}.tar.xz"
|
|
checksum=e82da504bb31e148a5d1de3fe39dda49933cc7e06b9b377c6c50a8a995d16b32
|
|
noarch="yes"
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|