summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9be9869cfa3b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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"
+}