fd: update to 6.0.0.
This commit is contained in:
parent
ec3149f1a8
commit
d751c0c9af
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fd'
|
# Template file for 'fd'
|
||||||
pkgname=fd
|
pkgname=fd
|
||||||
version=5.0.0
|
version=6.0.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="rust cargo"
|
hostmakedepends="rust cargo"
|
||||||
short_desc="A simple, fast and user-friendly alternative to find"
|
short_desc="A simple, fast and user-friendly alternative to find"
|
||||||
|
@ -8,13 +8,17 @@ maintainer="Jerry Tegno <jerrytegno@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sharkdp/fd"
|
homepage="https://github.com/sharkdp/fd"
|
||||||
distfiles="https://github.com/sharkdp/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sharkdp/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=9788597334912d65e32c7d57ef7a0294cb8976dc52538c9048a77fbb8d12f755
|
checksum=9d75a4962304d4430b87499d2ed14881c47ee6d5215d57d25371b594931745e3
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cargo build --release
|
cargo build --release
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cargo test --release
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin target/release/${pkgname}
|
vbin target/release/${pkgname}
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
Loading…
Reference in a new issue