summaryrefslogtreecommitdiff
path: root/fonts/font-inter
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/font-inter')
-rw-r--r--fonts/font-inter/.footprint40
-rw-r--r--fonts/font-inter/.signature6
-rw-r--r--fonts/font-inter/MAKEPKG31
3 files changed, 77 insertions, 0 deletions
diff --git a/fonts/font-inter/.footprint b/fonts/font-inter/.footprint
new file mode 100644
index 0000000..d863f1f
--- /dev/null
+++ b/fonts/font-inter/.footprint
@@ -0,0 +1,40 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/fonts/
+drwxr-xr-x root/root usr/share/fonts/inter/
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-Black.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-BlackItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-Bold.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-BoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-ExtraBold.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-ExtraBoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-ExtraLight.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-ExtraLightItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-Italic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-Light.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-LightItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-Medium.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-MediumItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-Regular.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-SemiBold.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-SemiBoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-Thin.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/Inter-ThinItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-Black.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-BlackItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-Bold.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-BoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-ExtraBold.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-ExtraBoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-ExtraLight.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-ExtraLightItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-Italic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-Light.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-LightItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-Medium.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-MediumItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-Regular.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-SemiBold.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-SemiBoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-Thin.ttf
+-rw-r--r-- root/root usr/share/fonts/inter/InterDisplay-ThinItalic.ttf
diff --git a/fonts/font-inter/.signature b/fonts/font-inter/.signature
new file mode 100644
index 0000000..76f3dfb
--- /dev/null
+++ b/fonts/font-inter/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mIPbZHd9TsVShb5aGCojwEuLBRY8IurwZqtR4zkW1FQhdbA1cG30dEpJc+FU2+ZQfLTHz1APoYYpsLULpLlNPwk=
+
+SHA256 (MAKEPKG) = 612aa28a70d3b76f97644b6859844c352c9e89a6ea0fd0ff3bcb4ab1cfc776bd
+SHA256 (.footprint) = 59aa6408049e2c08bb093c12f8e0fc97e9962193d982bab1583d1ee5d3a70303
+SHA256 (font-inter-4.1.zip) = 9883fdd4a49d4fb66bd8177ba6625ef9a64aa45899767dde3d36aa425756b11e
+SHA256 (font-inter#4.1-1.pkg.tar.gz) = aa920491b92d36771e7cb6b9d49b31e5a4ecd13c35c2654d309bbaeffc6126b4
diff --git a/fonts/font-inter/MAKEPKG b/fonts/font-inter/MAKEPKG
new file mode 100644
index 0000000..0a4df0f
--- /dev/null
+++ b/fonts/font-inter/MAKEPKG
@@ -0,0 +1,31 @@
+#!/bin/mkpkg
+# description: Typeface carefully crafted for computer screens
+# url: https://rsms.me/inter/
+
+name=font-inter
+version=4.1
+release=1
+depends=(fontconfig)
+makedeps=(unzip)
+source=(https://github.com/rsms/inter/releases/download/v$version/Inter-$version.zip)
+renames=($name-$version.zip)
+extract() {
+ unzip -o $name-$version.zip -d $SRC
+}
+
+sha256sums=(
+ "9883fdd4a49d4fb66bd8177ba6625ef9a64aa45899767dde3d36aa425756b11e"
+)
+
+build() {
+ install -d $PKG/usr/share/fonts/inter
+ install -m 644 extras/ttf/*.ttf \
+ $PKG/usr/share/fonts/inter/
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh