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