e7daebcb56
Closes: #25540 [via git-merge-pr]
15 lines
430 B
Bash
15 lines
430 B
Bash
# Template file for 'fselect'
|
|
pkgname=fselect
|
|
version=0.7.1
|
|
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=38cb9c56aa6568088d6dbdc9512c0fd16e05b07f55684b2c8c9fa09533f58f84
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|