# Description: Monospaced font based on artwiz snap # URL: https://sourceforge.net/projects/osnapfont/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=ohsnap version=1.8.0 release=1 source=(https://sourceforge.net/projects/osnapfont/files/${name}-${version}.tar.gz) build() { cd ${name}-${version} install -d "$PKG/usr/share/fonts/misc" install -d "$PKG/usr/share/consolefonts" install -m644 *.pcf "$PKG/usr/share/fonts/misc" install -m644 *.psfu "$PKG/usr/share/consolefonts" }