void-packages/srcpkgs/fselect/template

21 lines
518 B
Bash

# Template file for 'fselect'
pkgname=fselect
version=0.8.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=1456dd9172903cd997e7ade6ba45b5937cfce023682a2ceb140201b608fbc628
case "$XBPS_TARGET_MACHINE" in
ppc64le*) ;;
ppc64*) broken="some rustix junk";;
esac
post_install() {
vlicense LICENSE-MIT
}