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