New package: python3-fuzzyfinder-2.1.0
This commit is contained in:
parent
4c97c78f0d
commit
eb28e264d8
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-fuzzyfinder/template
Normal file
17
srcpkgs/python3-fuzzyfinder/template
Normal file
|
@ -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 <anjan@momi.ca>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue