# Description: a pretty sweet 4px wide pixel font # URL: https://github.com/romeovs/creep # Maintainer: z3bra # Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig name=creep version=0.31 release=3 source=(https://github.com/romeovs/creep/archive/$version.tar.gz) build() { cd $name-$version install -m 0664 -D creep.bdf $PKG/usr/share/fonts/misc/creep.bdf }