# Compiling Time: 0.44 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=fd
pkgver=10.2.0
pkgrel=1
pkgdesc='Simple, fast and user-friendly alternative to find'
archs=('x86_64')
groups=('apps-extra')
depends=('libgcc')
makedepends=('cargo')
_F_github_author=sharkdp
_F_github_tag_v=y
Finclude github
sha1sums=('1efddc3b7b0e9fd33c5104641156f2ce30f60868')
options=('nolto')

build() {
	Fcd
	Fexec cargo build --release --locked || Fdie

    	Fexerel target/release/$pkgname usr/bin/$pkgname

	Fmanrel doc/fd.1

}

# optimization OK
