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 +}