New package: fselect-0.4.4

This commit is contained in:
Solitude 2018-09-26 23:09:50 +03:00 committed by cr6git
parent 6d4b239cb4
commit ebadd527ef

22
srcpkgs/fselect/template Normal file
View File

@ -0,0 +1,22 @@
# 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
}