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