void-packages/srcpkgs/fs-utils/template

34 lines
1 KiB
Plaintext
Raw Normal View History

# Template file for 'fs-utils'.
pkgname=fs-utils
2013-07-02 08:10:35 +00:00
version=v1.00
2013-04-04 10:38:11 +00:00
revision=1
build_style=gnu-configure
2013-07-02 08:10:35 +00:00
configure_args="--disable-static LDFLAGS="
makedepends="netbsd-rumpkernel-devel>=20130702"
short_desc="NetBSD File System Access Utilities in Userland"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="https://github.com/stacktic/fs-utils"
long_desc="
The aim of this project is to have a set of utilities to access and modify a
file system image without having to mount it. To use fs-utils you do not
have to be root, you just need read/write access to the image or device.
The advantage of fs-utils over similar projects such as mtools is supporting
the usage of familiar Unix tools (ls, cp, mv, etc.) for a large number of
file systems."
nofetch=yes
noextract=yes
do_fetch() {
local url="git://github.com/stacktic/fs-utils.git"
msg_normal "Fetching source from $url ...\n"
git clone -b${version} ${url} ${pkgname}-${version}
}
fs-utils_package() {
pkg_install() {
2013-04-19 09:58:00 +00:00
vmove all
}
}