15 lines
430 B
Bash
15 lines
430 B
Bash
# Template file for 'fselect'
|
|
pkgname=fselect
|
|
version=0.6.0
|
|
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=a5ee0f8e2e36d630912850e45bde5bbf411574fcc15531e62da968a684b1c85c
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|