diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-14 09:21:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-14 09:21:27 +0000 |
| commit | 6ccc92cc54bc0dfc9b80c3ea4f0f087a06f147c4 (patch) | |
| tree | 05580bc5fcf9ad48f3680d2c658275495e128258 /dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.10.4.ebuild | |
| parent | ec1fad50f9ac8ad9a310f38241f6f8caf9d944ea (diff) | |
| download | baldeagleos-repo-6ccc92cc54bc0dfc9b80c3ea4f0f087a06f147c4.tar.gz baldeagleos-repo-6ccc92cc54bc0dfc9b80c3ea4f0f087a06f147c4.tar.xz baldeagleos-repo-6ccc92cc54bc0dfc9b80c3ea4f0f087a06f147c4.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.10.4.ebuild')
| -rw-r--r-- | dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.10.4.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.10.4.ebuild b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.10.4.ebuild new file mode 100644 index 000000000000..e0e6e3ef33fe --- /dev/null +++ b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.10.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Rapid fuzzy string matching in C++" +HOMEPAGE="https://github.com/maxbachmann/rapidfuzz-cpp/" +SRC_URI=" + https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + >=dev-cpp/catch-3 + ) +" + +src_configure() { + local mycmakeargs=( + -DRAPIDFUZZ_BUILD_TESTING=$(usex test) + ) + cmake_src_configure +} |
