23 lines
551 B
Bash
23 lines
551 B
Bash
# Template file for 'fselect'
|
|
pkgname=fselect
|
|
version=0.4.4
|
|
revision=1
|
|
hostmakedepends="cargo"
|
|
short_desc="Find files with SQL-like queries"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="Apache-2.0, MIT"
|
|
homepage="https://github.com/jhspetersson/fselect"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=ab28cda96a43712e27322464010925caece4d231fa15bbd0926e284116b03a99
|
|
nocross=yes
|
|
|
|
do_build() {
|
|
cargo build --release ${makejobs}
|
|
}
|
|
|
|
do_install() {
|
|
vbin target/release/fselect
|
|
vlicense LICENSE-APACHE
|
|
vlicense LICENSE-MIT
|
|
}
|