diff --git a/srcpkgs/gpart/template b/srcpkgs/gpart/template new file mode 100644 index 00000000000..8d8b5b10e47 --- /dev/null +++ b/srcpkgs/gpart/template @@ -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 " +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 + } +}