void-packages/srcpkgs/fselect/template

17 lines
455 B
Bash
Raw Normal View History

2018-09-26 22:09:50 +02:00
# Template file for 'fselect'
pkgname=fselect
2018-12-11 11:23:20 +01:00
version=0.5.1
revision=1
2018-10-02 00:55:46 +02:00
build_style=cargo
2018-09-26 22:09:50 +02:00
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"
2018-12-11 11:23:20 +01:00
checksum=28af31ce16800d11666c0c6a1d177ab5115339fcaf6c6801b1583be1c19fae5a
2018-09-26 22:09:50 +02:00
2018-10-02 00:55:46 +02:00
post_install() {
2018-09-26 22:09:50 +02:00
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
}