diff --git a/xorg-font-inconsolata-dz/.footprint b/xorg-font-inconsolata-dz/.footprint new file mode 100644 index 000000000..eb5b37ba5 --- /dev/null +++ b/xorg-font-inconsolata-dz/.footprint @@ -0,0 +1,6 @@ +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/X11/ +drwxr-xr-x root/root usr/share/fonts/X11/OTF/ +-rw-r--r-- root/root usr/share/fonts/X11/OTF/Inconsolata-dz.otf diff --git a/xorg-font-inconsolata-dz/.signature b/xorg-font-inconsolata-dz/.signature new file mode 100644 index 000000000..97664dd92 --- /dev/null +++ b/xorg-font-inconsolata-dz/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3/zX6YVt0Gsaryv2Zk9vwBwp2jTO6M1uxtmtDmYvcvrU2LvkDiqUAgO4x8IHXO7Ovah2otAF1kQ+ntk63dPB9AY= +SHA256 (Pkgfile) = d36cefe37d8cbd616436130a339f36be48d962a34260e6ac61c843256b62c470 +SHA256 (.footprint) = b789e4814bad3d6307660c68c66fb3c0c5587d726f039425b8fc37c6bc865204 +SHA256 (Inconsolata-dz.otf) = 04e0821b13941dca2df582ea16ff146d848bbb6fc0171d7c714e2c7bc471947f diff --git a/xorg-font-inconsolata-dz/Pkgfile b/xorg-font-inconsolata-dz/Pkgfile new file mode 100644 index 000000000..a3d3db42b --- /dev/null +++ b/xorg-font-inconsolata-dz/Pkgfile @@ -0,0 +1,13 @@ +# Description: A beautiful sans-serif monotype font designed for code listings +# URL: https://nodnod.net/posts/inconsolata-dz +# Maintainer: unmaintained +# Depends on: fontconfig xorg-mkfontscale + +name=xorg-font-inconsolata-dz +version=20201205 +release=1 +source=(https://nodnod.net/posts/inconsolata-dz/files/Inconsolata-dz.otf) + +build() { + install -m 0644 -D $SRC/Inconsolata-dz.otf $PKG/usr/share/fonts/X11/OTF/Inconsolata-dz.otf +} diff --git a/xorg-font-inconsolata-dz/post-install b/xorg-font-inconsolata-dz/post-install new file mode 100644 index 000000000..3795f6416 --- /dev/null +++ b/xorg-font-inconsolata-dz/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +fc-cache /usr/share/fonts/X11/OTF +mkfontscale /usr/share/fonts/X11/OTF +mkfontdir /usr/share/fonts/X11/OTF