vp-build/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-10-09 06:55:59 +02:00
version=0.4.5
2018-10-02 00:55:46 +02:00
revision=2
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-10-09 06:55:59 +02:00
checksum=d08e6f34b52f87604b575daba7a48a8803181f5605fa689e4f4ebec0c4e96f2c
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
}