# Template file for 'fs-utils'.
pkgname=fs-utils
version=v1.10
revision=1
build_style=gnu-configure
hostmakedepends="git"
configure_args="--disable-static"
makedepends="netbsd-rumpkernel-devel"
short_desc="NetBSD File System Access Utilities in Userland"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
homepage="https://github.com/rumpkernel/fs-utils"

do_fetch() {
        local url="git://github.com/rumpkernel/fs-utils.git"
        msg_normal "Fetching source from $url ...\n"
        git clone -b${version} ${url} ${pkgname}-${version}
}