void-packages/srcpkgs/gpart/template
Nathan Owens 7dc6bce189 gpart: various improvements
Add patch to fix crash non-disk device
Add patch to avoid superfluous seek calls
Add patches to increase reading speed
Add patch for LVM2 and btrfs to list of supported modules

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-24 10:39:36 +01:00

17 lines
464 B
Bash

# Template file for 'gpart'
pkgname=gpart
version=0.3
revision=4
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Partition table rescue/guessing tool"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/baruch/gpart"
distfiles="https://github.com/baruch/gpart/archive/${version}.tar.gz"
checksum=ec56d12ec9ffdb9877c12692ea6e51620b1ae44473d3d253b27fc31ed9ebb4dd
pre_configure() {
autoreconf -fi
}