# Template file for 'rapidfuzz-cpp'
pkgname=rapidfuzz-cpp
version=3.3.3
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"
changelog="https://github.com/rapidfuzz/rapidfuzz-cpp/releases"
distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
checksum=fa0fbd40110df8134cf05bddbaa4e237dbc4fd915ab9a3029ff481a8d3e8b757

post_install() {
	vlicense LICENSE
}
