summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorugla2021-11-25 17:22:03 +0100
committerugla2021-11-25 17:22:03 +0100
commit2f12cda22ec670998441e55e44f09faf4056934e (patch)
treefe49f6390bc7da460d0cf4948665ddf176568bee
downloadaur-2f12cda22ec670998441e55e44f09faf4056934e.tar.gz
Initial commit
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..12972b63bbca
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = ttf-segoe-ui-variable
+ 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.
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://docs.microsoft.com/windows/apps/design/downloads/#fonts
+ arch = any
+ license = custom
+ source = https://aka.ms/SegoeUIVariable
+ sha256sums = 5087e1932abdbd67730aac465fcf2b9ebdbfd89102942e476197ffc74a14ed57
+
+pkgname = ttf-segoe-ui-variable
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"
+}