parent
3ac1ff3ee4
commit
c145ade9a5
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'fs-utils'.
|
||||
pkgname=fs-utils
|
||||
reverts=v1.10_1
|
||||
version=1.10
|
||||
version=v1.10
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="git"
|
||||
|
@ -11,5 +10,9 @@ short_desc="NetBSD File System Access Utilities in Userland"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/rumpkernel/fs-utils"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=0f63aa92f673f290d4bca9009ca6f213e70ac70519c5cdac3fa64acf5afa5bae
|
||||
|
||||
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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue