summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9be9869cfa3b1d8a2b8c1b2f676882b1ae7fdbf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgname=ttf-segoe-ui-variable
pkgver=1.0
pkgrel=1
pkgdesc='Segoe UI Variable is the new system font for Windows. It is a refreshed take on the classic Segoe and uses variable font technology to dynamically provide great legibility at very small sizes, and improved outlines at display sizes.'
arch=('any')
license=('custom')
url="https://docs.microsoft.com/windows/apps/design/downloads/#fonts"
source=("https://aka.ms/SegoeUIVariable")
sha256sums=('5087e1932abdbd67730aac465fcf2b9ebdbfd89102942e476197ffc74a14ed57')

package() {
    install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Segoe-*.ttf
    install -Dm644 "$srcdir/EULA.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}