New package: gpart-0.2.1.

This commit is contained in:
Juan RP 2013-12-07 11:03:12 +01:00
parent c103923913
commit 3e9f18c846
1 changed files with 18 additions and 0 deletions

18
srcpkgs/gpart/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'gpart'
pkgname=gpart
version=0.2.1
revision=1
build_style=gnu-configure
configure_args="ac_cv_func_malloc_0_nonnull=yes"
short_desc="Partition table rescue/guessing tool"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="https://github.com/baruch/gpart"
distfiles="https://github.com/baruch/gpart/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=4efdaf4a557bf1b3fb3379bf684772dc1c0a05c9251eec53299b9f2362ea4e50
gpart_package() {
pkg_install() {
vmove all
}
}