17 lines
455 B
Bash
17 lines
455 B
Bash
# Template file for 'fselect'
|
|
pkgname=fselect
|
|
version=0.4.5
|
|
revision=2
|
|
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=d08e6f34b52f87604b575daba7a48a8803181f5605fa689e4f4ebec0c4e96f2c
|
|
|
|
post_install() {
|
|
vlicense LICENSE-APACHE
|
|
vlicense LICENSE-MIT
|
|
}
|