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