New package: fselect-0.4.4
This commit is contained in:
parent
6d4b239cb4
commit
ebadd527ef
1 changed files with 22 additions and 0 deletions
22
srcpkgs/fselect/template
Normal file
22
srcpkgs/fselect/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue