void-packages/srcpkgs/rapidfuzz-cpp/template

16 lines
496 B
Bash

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