fd: version bump to 7.1.0

This commit is contained in:
2018-08-25 14:42:17 +03:00
committed by Julian Ospald
parent bb07e4e80e
commit e7d042869d

View File

@@ -0,0 +1,20 @@
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require cargo [ channel=stable ]
require github [ user=sharkdp tag="v${PV}" ]
SUMMARY="A simple, fast and user-friendly alternative to 'find'"
HOMEPAGE="http://crates.io/crates/fd ${HOMEPAGE}"
# not sure if this is choice or both
LICENCES="MIT Apache-2.0"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
"
BUGS_TO="hasufell@posteo.de"