#!/bin/mkpkg # description: Hand-groomed monospace font for source code # url: https://sourcefoundry.org/hack/ name=font-hack version=3.003 release=1 depends=(fontconfig) source=(https://github.com/source-foundry/Hack/releases/download/v$version/Hack-v$version-ttf.tar.gz) sha256sums=( "7f592d091cbd2472f39af96e6c280cde3c27cab50a9c88746feb42918aa1888f" ) build() { cd ttf install -d $PKG/usr/share/fonts/hack install -m 644 *.ttf $PKG/usr/share/fonts/hack/ } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh