New package: rapidfuzz-cpp-2.1.1

This commit is contained in:
chrysos349 2023-10-12 00:52:26 +03:00 committed by Andrew Benson
parent ef70729012
commit 04e86a13f6

View File

@ -0,0 +1,15 @@
# Template file for 'rapidfuzz-cpp'
pkgname=rapidfuzz-cpp
version=2.1.1
revision=1
build_style=cmake
short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="MIT"
homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
checksum=1680c0dbf77d228ea81825c24755db99ee0e21a8db3663b5136741b3e108c3f2
post_install() {
vlicense LICENSE
}