summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f51a1b64f0ddcb041794186740248e3436ccc45c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Amanoel Dawod <amoka at amanoel dot com>

pkgname=ttf-roboto-serif
pkgver=1.008
pkgrel=1
pkgdesc="A variable typeface family designed to create a comfortable and frictionless reading experience"
arch=('any')
url="https://fonts.google.com/specimen/Roboto+Serif"
license=('custom:OFL')
source=("https://github.com/googlefonts/roboto-serif/releases/download/v$pkgver/RobotoSerifFonts-v$pkgver.zip"
        "https://github.com/googlefonts/roboto-serif/raw/main/OFL.txt"
        46-roboto-serif.conf)
sha256sums=('366f437312f40a0039d6719e6493d64828a982ac2734f9618f4c07c8684b6984'
            'f141687500701deabdcff54626718144af27a853a66b6ba13239dbff156d1f06'
            '70da8db8df17d248a08b2b909396e2ce944f0841548ff2a897e564cafe34a1c6')

package() {
  install -Dm644 variable/RobotoSerif[GRAD,opsz,wdth,wght].ttf "$pkgdir"/usr/share/fonts/TTF/RobotoSerif-VF.ttf
  install -Dm644 variable/RobotoSerif-Italic[GRAD,opsz,wdth,wght].ttf "$pkgdir"/usr/share/fonts/TTF/RobotoSerif-Italic-VF.ttf
  install -Dt "$pkgdir"/usr/share/licenses/$pkgname -m644 OFL.txt

  # Install fontconfig files
  install -Dm644 "$srcdir"/*.conf -t "$pkgdir"/usr/share/fontconfig/conf.avail/
  install -d "$pkgdir"/usr/share/fontconfig/conf.default
  ln -rs "$pkgdir"/usr/share/fontconfig/conf.avail/* "$pkgdir"/usr/share/fontconfig/conf.default
}