diff options
Diffstat (limited to 'dev-util')
| -rw-r--r-- | dev-util/binaryen/Manifest | 2 | ||||
| -rw-r--r-- | dev-util/binaryen/binaryen-125.ebuild | 25 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-util/binaryen/Manifest b/dev-util/binaryen/Manifest new file mode 100644 index 0000000..8e1b8f8 --- /dev/null +++ b/dev-util/binaryen/Manifest @@ -0,0 +1,2 @@ +DIST binaryen-125.tar.gz 5700706 BLAKE2B 3c26f382ace8a56c2ea7cb31ee5f711d86c9fd4a57452cd6cbdd17a0ed999b78c8de5fc3dc8d40aae37fcee5249219bebd50cd70e7a6c5148ee9cfafdf52fb1c SHA512 5b2f1d2fed34e0defa832f4b29833972c889496d8f5e3ae5ecaf4d23606d622677ad9525b59e12a09b015be1aa86973b3e39d1ecbbdf23fbec2edd75213f162b +EBUILD binaryen-125.ebuild 588 BLAKE2B 17998b0559fabe9e889cf93468d0990cad9f6937cf9b66007a6cb6a0181ac421e63d783bfa65817cdec9d9378008e1f989a1aae283378ccf1f38ea9733a48120 SHA512 8e7f5f4289683a819b8c8ab9bba6860b875276fa86c1df68472b889f8ef9f0eecedb0fa19e992a44c45a468d9781310c44c37c12e83631b7ddf5ec0c7e1231cc diff --git a/dev-util/binaryen/binaryen-125.ebuild b/dev-util/binaryen/binaryen-125.ebuild new file mode 100644 index 0000000..28b6629 --- /dev/null +++ b/dev-util/binaryen/binaryen-125.ebuild @@ -0,0 +1,25 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit cmake + +DESCRIPTION="Binaryen is a compiler and toolchain infrastructure library for WebAssembly" +HOMEPAGE="https://github.com/WebAssembly/binaryen" +SRC_URI="https://github.com/WebAssembly/${PN}/archive/refs/tags/version_${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-version_${PV}" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_configure() +{ + local mycmakeargs=("-DBUILD_TESTS=OFF" + "-DENABLE_WERROR=OFF") + cmake_src_configure +} |
