mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-13 22:04:37 +02:00
22 lines
803 B
Text
22 lines
803 B
Text
# Maintainer: Sertonix <sertonix@posteo.net>
|
|
_fontname=tinos
|
|
pkgname=font-$_fontname
|
|
pkgver=0_git20210228
|
|
pkgrel=0
|
|
_gitrev=ba5282d4706054e82332d3863ac96e069b34f032
|
|
pkgdesc="Innovative, refreshing sans serif design that is metrically compatible with Times New Roman"
|
|
url="https://fonts.google.com/specimen/Tinos"
|
|
arch="noarch"
|
|
license="OFL-1.1"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/googlefonts/tinos/archive/$_gitrev.tar.gz"
|
|
builddir="$srcdir/tinos-$_gitrev"
|
|
options="!check" # is font
|
|
|
|
package() {
|
|
install -Dm644 -t "$pkgdir"/usr/share/fonts/$_fontname \
|
|
"$builddir"/fonts/ttf/unhinted/variable_ttf/*.ttf
|
|
}
|
|
|
|
sha512sums="
|
|
fefd77884ede3fefbeba9fcba0c3a45bac448ffd8f5a2cc9d1bbf64449be983b23288cbfa43c0a39cc0110d4374e517d34949ffa80f7305c5752de3dbc702c0d font-tinos-0_git20210228.tar.gz
|
|
"
|