# Description:  small file browser (git version)
# URL:  http://git.2f30.org/noice/
# Maintainer:  z3bra, dev at z3bra dot org
# Depends on:  ncurses

name=noice
version=git-bfe589a
release=2
source=

gitsource=git://git.2f30.org/noice

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

    [ -f $SRC/config.h ] && cp $SRC/config.h .
    make
    make DESTDIR=$PKG PREFIX=/usr MANPREFIX=/usr/share/man install
}
