void-packages/srcpkgs/rapidfuzz-cpp/template
2024-04-12 22:59:40 +00:00

15 lines
496 B
Bash

# Template file for 'rapidfuzz-cpp'
pkgname=rapidfuzz-cpp
version=3.0.4
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=18d1c41575ceddd6308587da8befc98c85d3b5bc2179d418daffed6d46b8cb0a
post_install() {
vlicense LICENSE
}