2025-02-17 22:37:32 -05:00

17 lines
560 B
Bash

# Template file for 'rapidfuzz-cpp'
pkgname=rapidfuzz-cpp
version=3.3.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"
changelog="https://github.com/rapidfuzz/rapidfuzz-cpp/releases"
distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
checksum=8d24762d28449aff43035067fe11d94c4c69430b202f44738e9cf8ed51aed38f
post_install() {
vlicense LICENSE
}