vp-build/srcpkgs/e2tools/template

18 lines
542 B
Bash

# Template file for 'e2tools'
pkgname=e2tools
version=0.1.0
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="e2fsprogs-devel"
short_desc="Utilities for manipulating files in an ext2/ext3 filesystem"
maintainer="Daniel Santana <daniel@santana.tech>"
license="GPL-2.0-only"
homepage="https://github.com/e2tools/e2tools"
distfiles="https://github.com/e2tools/e2tools/archive/v${version}.tar.gz"
checksum=5988f0f1f68ed69e0e89aa192dda650cf685cdb767b95fa4764be8c44127d97f
pre_configure() {
autoreconf -fi
}