description="a fast, simple LZW file compressor"
url='https://github.com/vapier/ncompress'

packager="tnut <tnut@nutyx.org>"
contributors=""

name=ncompress
version=5.0

source=(https://github.com/vapier/$name/archive/v$version.tar.gz)

build() {
cd $name-$version
make
make DESTDIR=$PKG PREFIX=/usr install_core

mv $PKG/usr/bin/uncompress{,.real}
}
