21 lines
476 B
Bash
21 lines
476 B
Bash
|
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
require github [ user=sharkdp tag="v${PV}" ]
|
||
|
require cargo [ channel=stable ]
|
||
|
|
||
|
SUMMARY="A simple, fast and user-friendly alternative to 'find'"
|
||
|
HOMEPAGE="https://github.com/sharkdp/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"
|
||
|
|