#!/bin/mkpkg # description: Google Noto Sans fonts for wide Unicode coverage # url: https://fonts.google.com/noto name=font-noto-sans version=2.015 release=1 depends=(fontconfig) makedeps=(unzip) source=(https://github.com/notofonts/latin-greek-cyrillic/releases/download/NotoSans-v$version/NotoSans-v$version.zip) renames=($name-$version.zip) sha256sums=( "0c34df072a3fa7efbb7cbf34950e1f971a4447cffe365d3a359e2d4089b958f5" ) extract() { unzip -o $name-$version.zip -d $SRC } build() { install -d $PKG/usr/share/fonts/noto install -m 644 NotoSans/unhinted/ttf/*.ttf \ $PKG/usr/share/fonts/noto/ } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh