diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template new file mode 100644 index 00000000000..ee40e68ab4a --- /dev/null +++ b/srcpkgs/python3-fuzzyfinder/template @@ -0,0 +1,17 @@ +# Template file for 'python3-fuzzyfinder' +pkgname=python3-fuzzyfinder +version=2.1.0 +revision=1 +wrksrc=fuzzyfinder-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Fuzzy Finder implemented in Python" +maintainer="Anjandev Momi " +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 +}