# Description: Iconic bitmap font based on stlarch
# URL:  https://github.com/stark/siji
# Maintainer:  z3bra <dev at z3bra dot org>
# Depends on: fontconfig 

name=siji-font
version=git-c691f20
release=2
source=()

gitsource=https://github.com/stark/siji.git

build() {
    cd $PKGMK_SOURCE_DIR

    if cd $name; then
        git reset --hard
        git pull $gitsource
    else
        git clone $gitsource $name
        cd $name
    fi

    git checkout $sversion

    mkdir -p $PKG/usr/share/fonts/local
    cp pcf/siji.pcf $PKG/usr/share/fonts/local/siji.pcf
}
# vim: set ft=sh ts=4 et:
