18 lines
530 B
Bash
18 lines
530 B
Bash
# Template file for 'python3-fuzzyfinder'
|
|
pkgname=python3-fuzzyfinder
|
|
version=2.1.0
|
|
revision=6
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Fuzzy Finder implemented in Python"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/amjith/fuzzyfinder"
|
|
distfiles="https://github.com/amjith/fuzzyfinder/archive/${version}.tar.gz"
|
|
checksum=fb2cee04359a8726280fc4a949b170072bc3da2b50f4c3856033bc1f637822c3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|