summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2023-02-07 01:05:20 +0200
committerAdrian Perez de Castro2023-02-07 01:05:20 +0200
commit2c091d790bebf00ff713b639f44cd4b06bc4ab1d (patch)
tree016792cf22191893f10bb447b8e9c022b8176258
downloadaur-ttf-workplace-sans.tar.gz
Initial import
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD16
3 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..53e45d532598
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = ttf-workplace-sans
+ pkgdesc = Semi-condensed sans font for user interfaces inspired by the OS/2 Warp system font
+ pkgver = 1.04
+ pkgrel = 1
+ url = http://www.altsan.org/creative/fonts/workplace
+ arch = any
+ license = custom:OFL
+ source = http://www.altsan.org/creative/fonts/workplace/wpsu_ttf_104.zip
+ b2sums = 0b7d560f87e0ed0a32cb2ad4b64bf09f12fb41f55658abeff9817ae6bc9bf3cb62e2ab23d9531b4937abf66508a91474368bc96250fcbac179b27653d9d2aa91
+
+pkgname = ttf-workplace-sans
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..218620e2fb38
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!/PKGBUILD
+!/.SRCINFO
+!/.gitignore
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..44d8e346124e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
+
+pkgname=ttf-workplace-sans
+pkgdesc='Semi-condensed sans font for user interfaces inspired by the OS/2 Warp system font'
+pkgver=1.04
+pkgrel=1
+url=http://www.altsan.org/creative/fonts/workplace
+arch=(any)
+license=(custom:OFL)
+source=("$url/wpsu_ttf_${pkgver//./}.zip")
+b2sums=('0b7d560f87e0ed0a32cb2ad4b64bf09f12fb41f55658abeff9817ae6bc9bf3cb62e2ab23d9531b4937abf66508a91474368bc96250fcbac179b27653d9d2aa91')
+
+package () {
+ install -Dm644 -t "$pkgdir/usr/share/fonts/$pkgname" wpsu{,b}.ttf
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" wpsu.txt
+}