#!/bin/mkpkg # description: Free and open-source monospace typeface for developers # url: https://www.jetbrains.com/lp/mono/ name=font-jetbrains-mono version=2.304 release=1 depends=(fontconfig) makedeps=(unzip) source=(https://github.com/JetBrains/JetBrainsMono/releases/download/v$version/JetBrainsMono-$version.zip) renames=($name-$version.zip) extract() { unzip -o font-jetbrains-mono-$version.zip -d $SRC } sha256sums=( "6f6376c6ed2960ea8a963cd7387ec9d76e3f629125bc33d1fdcd7eb7012f7bbf" ) build() { install -d $PKG/usr/share/fonts/jetbrains-mono install -m 644 fonts/ttf/*.ttf \ $PKG/usr/share/fonts/jetbrains-mono/ } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh