15 lines
430 B
Bash
15 lines
430 B
Bash
# Template file for 'fselect'
|
|
pkgname=fselect
|
|
version=0.6.9
|
|
revision=1
|
|
build_style=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=8a280ccd96c9aa0b638065eb4d17e9e75a185a89afb56d0bae522645bd8b3c66
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|