commit 8f68ffb726a5702cc925f22c92ed04f929c2671d Author: Tim Biermann <tbier@posteo.de> Date: Mon May 29 20:19:47 2023 +0200 otf-unifont: initial commit, version 15.0.04 diff --git a/otf-unifont/.footprint b/otf-unifont/.footprint new file mode 100644 index 000000000..ac74de997 --- /dev/null +++ b/otf-unifont/.footprint @@ -0,0 +1,12 @@ +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/OTF/ +drwxr-xr-x root/root usr/share/fonts/OTF/unifont/ +-rw-r--r-- root/root usr/share/fonts/OTF/unifont/unifont-15.0.04.otf +-rw-r--r-- root/root usr/share/fonts/OTF/unifont/unifont_csur-15.0.04.otf +-rw-r--r-- root/root usr/share/fonts/OTF/unifont/unifont_jp-15.0.04.otf +-rw-r--r-- root/root usr/share/fonts/OTF/unifont/unifont_jp_sample-15.0.04.otf +-rw-r--r-- root/root usr/share/fonts/OTF/unifont/unifont_sample-15.0.04.otf +-rw-r--r-- root/root usr/share/fonts/OTF/unifont/unifont_upper-15.0.04.otf +-rw-r--r-- root/root usr/share/fonts/OTF/unifont/unifont_upper_sample-15.0.04.otf diff --git a/otf-unifont/.signature b/otf-unifont/.signature new file mode 100644 index 000000000..ade8893c4 --- /dev/null +++ b/otf-unifont/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF36cjDVAxctXlQa8j0nD4GUMIf6AzXvIc+XuarqLqqMlJSv6YAG5YQJlBf4UP9JGXA6yD8s7no75rsRgRHQ6WNwg= +SHA256 (Pkgfile) = 5ceefac28b6f5fb0b4186d1ab2bfd5eb2861d9df303475cb01056255325eb60b +SHA256 (.footprint) = 5ff1ca32db8227be4e871c80c5575835566f13c43b2656048d014630b7b293f2 +SHA256 (unifont-15.0.04.tar.gz) = 0ff6d76720ee45ba58a9a186982c6d3f42723aa3e06df4cb1e5ef2ed9b406797 diff --git a/otf-unifont/Pkgfile b/otf-unifont/Pkgfile new file mode 100644 index 000000000..a44b810ea --- /dev/null +++ b/otf-unifont/Pkgfile @@ -0,0 +1,14 @@ +# Description: OpenType version of the GNU Unifont +# URL: https://unifoundry.com/unifont.html +# Maintainer: Tim Biermann, tbier at posteo dot de + +name=otf-unifont +version=15.0.04 +release=1 +source=(https://unifoundry.com/pub/unifont/unifont-$version/unifont-$version.tar.gz) + +build() { + find unifont-$version/font/precompiled \ + -iname "*.otf" \ + -execdir install -Dm644 {} $PKG/usr/share/fonts/OTF/unifont/{} \; +}