void-packages/srcpkgs/rapidfuzz-cpp/template
2024-12-24 13:34:46 -05:00

16 lines
560 B
Bash

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