void-packages/srcpkgs/dm-zoned-tools/template

17 lines
557 B
Bash

# Template file for 'dm-zoned-tools'
pkgname=dm-zoned-tools
version=1.0.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="dm-zoned device mapper userspace tool"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-3.0-or-later"
homepage="https://github.com/hgst/dm-zoned-tools/"
distfiles="https://github.com/hgst/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=66d64d74966f85a29f73c1fe060049092a7211a7dabb3b9adba25206c0a4078b
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}