void-packages/srcpkgs/fselect/template
2019-09-11 20:09:43 +02:00

15 lines
430 B
Bash

# Template file for 'fselect'
pkgname=fselect
version=0.6.5
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=6c50f0c7874045bee7721c8dcb687fa1ba2278f4eb86c4e638d4b1c8592129a3
post_install() {
vlicense LICENSE-MIT
}