16 lines
455 B
Bash
16 lines
455 B
Bash
# Template file for 'gpart'
|
|
pkgname=gpart
|
|
version=0.2.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="Partition table rescue/guessing tool"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
hostmakedepends="automake"
|
|
license="GPL-2"
|
|
homepage="https://github.com/baruch/gpart"
|
|
distfiles="https://github.com/baruch/gpart/archive/v${version}.tar.gz"
|
|
checksum=82b2f9fd86439cf1435da00abfde5bdf7ea4d8ee0355e45e9d7d93f109e5f0d4
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|