diff options
Diffstat (limited to 'fonts/font-hack/MAKEPKG')
| -rw-r--r-- | fonts/font-hack/MAKEPKG | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fonts/font-hack/MAKEPKG b/fonts/font-hack/MAKEPKG new file mode 100644 index 0000000..1b4391c --- /dev/null +++ b/fonts/font-hack/MAKEPKG @@ -0,0 +1,26 @@ +#!/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 |
