22 lines
757 B
Bash
22 lines
757 B
Bash
# Template file for 'fs-utils'
|
|
pkgname=fs-utils
|
|
version=1.10
|
|
revision=3
|
|
archs="~*-musl"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
makedepends="netbsd-rumpkernel-devel"
|
|
short_desc="NetBSD File System Access Utilities in Userland"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause, BSD-3-Clause, BSD-4-Clause"
|
|
homepage="https://github.com/rumpkernel/fs-utils"
|
|
distfiles="$homepage/archive/v$version.tar.gz
|
|
https://raw.githubusercontent.com/rumpkernel/fs-utils/master/LICENSE"
|
|
checksum="0f63aa92f673f290d4bca9009ca6f213e70ac70519c5cdac3fa64acf5afa5bae
|
|
228892fd0f669ee3051aee19f8660e4719bee9bd70c1b02adcaee518d4155866"
|
|
skip_extraction="LICENSE"
|
|
|
|
post_install() {
|
|
vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE
|
|
}
|