mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
fs-utils: update to v1.10.
This commit is contained in:
parent
6c92623f4d
commit
09d843a5fc
1 changed files with 2 additions and 10 deletions
|
@ -1,22 +1,14 @@
|
||||||
# Template file for 'fs-utils'.
|
# Template file for 'fs-utils'.
|
||||||
pkgname=fs-utils
|
pkgname=fs-utils
|
||||||
version=v1.00
|
version=v1.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="netbsd-rumpkernel-devel>=20130702"
|
makedepends="netbsd-rumpkernel-devel>=201312"
|
||||||
short_desc="NetBSD File System Access Utilities in Userland"
|
short_desc="NetBSD File System Access Utilities in Userland"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/stacktic/fs-utils"
|
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."
|
|
||||||
|
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/stacktic/fs-utils.git"
|
local url="git://github.com/stacktic/fs-utils.git"
|
||||||
|
|
Loading…
Add table
Reference in a new issue