summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2021-02-27 16:06:18 +0100
committerMarkus Weimar2021-02-27 16:06:18 +0100
commitf18377a3adc2a5a4ff5dabcee4f0fef3946d6e1c (patch)
treeb5bb7ffd146764cbad7aea25473025a54f93148e
downloadaur-f18377a3adc2a5a4ff5dabcee4f0fef3946d6e1c.tar.gz
Initial commit. Version 1.008.
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD19
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..fbfd4659da1b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = otf-public-sans
+ pkgdesc = A strong, neutral typeface for interfaces, text, and headings.
+ pkgver = 1.008
+ pkgrel = 1
+ epoch = 4
+ url = https://public-sans.digital.gov/
+ arch = any
+ license = OFL
+ source = otf-public-sans-4:1.008-1-LICENSE.md::https://raw.github.com/uswds/public-sans/master/LICENSE.md
+ source = https://github.com/uswds/public-sans/releases/download/v1.008/public-sans-v1.008.zip
+ sha256sums = 00acc4a89658f2c26f17d608f37f909ad087ade21b02759f4c221526371cf9eb
+ sha256sums = 12c5880048ad3f62f8b6f868142cb8b694029a037b6886788ce587babe026874
+
+pkgname = otf-public-sans
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2b5adcadce1e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Markus Weimar <mail@markusweimar.de>
+pkgname=otf-public-sans
+pkgver=1.008
+pkgrel=1
+epoch=4
+pkgdesc='A strong, neutral typeface for interfaces, text, and headings.'
+arch=('any')
+url='https://public-sans.digital.gov/'
+license=('OFL')
+source=("${pkgname}-${epoch}:${pkgver}-${pkgrel}-LICENSE.md::https://raw.github.com/uswds/public-sans/master/LICENSE.md"
+ 'https://github.com/uswds/public-sans/releases/download/v1.008/public-sans-v1.008.zip')
+sha256sums=('00acc4a89658f2c26f17d608f37f909ad087ade21b02759f4c221526371cf9eb'
+ '12c5880048ad3f62f8b6f868142cb8b694029a037b6886788ce587babe026874')
+
+package() {
+ install -d ${pkgdir}/usr/share/fonts/OTF/
+ install -m644 binaries/otf/*.otf ${pkgdir}/usr/share/fonts/OTF/
+ install -D -m644 ${pkgname}-${epoch}:${pkgver}-${pkgrel}-LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
+}