void-packages/srcpkgs/fselect/template
2018-12-11 10:48:28 -02:00

16 lines
455 B
Bash

# Template file for 'fselect'
pkgname=fselect
version=0.5.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=28af31ce16800d11666c0c6a1d177ab5115339fcaf6c6801b1583be1c19fae5a
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
}