mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
15 lines
496 B
Bash
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
|
|
}
|