description="Partition table rescue/guessing tool."
url="https://github.com/baruch/gpart"

maintainer="rems"
packager="Great-OS Team"

name=gpart
version=0.3
release=2

PKGMK_KEEP_SOURCES="no"

source=(https://github.com/baruch/${name}/archive/${version}.tar.gz)

build() {

cd $name-$version

./autogen.sh

make
make prefix=$PKG/usr sbindir=${PKG}/usr/bin install
}
