From 04e86a13f61b05614b8b4eac269ad33848c21343 Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Thu, 12 Oct 2023 00:52:26 +0300 Subject: [PATCH] New package: rapidfuzz-cpp-2.1.1 --- srcpkgs/rapidfuzz-cpp/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/rapidfuzz-cpp/template diff --git a/srcpkgs/rapidfuzz-cpp/template b/srcpkgs/rapidfuzz-cpp/template new file mode 100644 index 00000000000..72e957c9d13 --- /dev/null +++ b/srcpkgs/rapidfuzz-cpp/template @@ -0,0 +1,15 @@ +# Template file for 'rapidfuzz-cpp' +pkgname=rapidfuzz-cpp +version=2.1.1 +revision=1 +build_style=cmake +short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance" +maintainer="chrysos349 " +license="MIT" +homepage="https://github.com/maxbachmann/rapidfuzz-cpp" +distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz" +checksum=1680c0dbf77d228ea81825c24755db99ee0e21a8db3663b5136741b3e108c3f2 + +post_install() { + vlicense LICENSE +}