void-packages/srcpkgs/fselect/template
2019-06-08 10:10:52 +02:00

16 lines
430 B
Bash

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