# Template file for 'noto-fonts-ttf'
pkgname=noto-fonts-ttf
reverts="20220810_1 20190926_2 20190926_1 20181202_1 20181106_1"
version=24.1.1
revision=1
depends="font-util"
short_desc="Google Noto TTF Fonts"
maintainer="classabbyamp <void@placeviolette.net>"
license="OFL-1.1"
homepage="https://notofonts.github.io/"
distfiles="https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-${version}.tar.gz"
checksum=435e383e26200b10e9c4442e1f588bdeb9c5b498aead02e4819602fff2b4b22b
font_dirs="/usr/share/fonts/noto"

do_install() {
	vlicense fonts/LICENSE
	vmkdir usr/share/fonts/noto
	vcopy "fonts/Noto*/hinted/ttf/*.ttf" usr/share/fonts/noto
}

noto-fonts-ttf-extra_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" - additional variants"
	pkg_install() {
		vmove "usr/share/fonts/noto/Noto*-*Condensed*.ttf"

		vmove "usr/share/fonts/noto/Noto*-*Thin*.ttf"
		vmove "usr/share/fonts/noto/Noto*-*Light*.ttf"
		# keep *-Regular*
		vmove "usr/share/fonts/noto/Noto*-*Medium*.ttf"
		vmove "usr/share/fonts/noto/Noto*-*SemiBold*.ttf"
		# keep *-Bold*
		vmove "usr/share/fonts/noto/Noto*-*ExtraBold*.ttf"
		vmove "usr/share/fonts/noto/Noto*-*Black*.ttf"
	}
}
