Page MenuHomePhorge

No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None
diff --git a/dev-cpp/vodozemac/Manifest b/dev-cpp/vodozemac/Manifest
index 9721674..1309580 100644
--- a/dev-cpp/vodozemac/Manifest
+++ b/dev-cpp/vodozemac/Manifest
@@ -1 +1 @@
-EBUILD vodozemac-9999.ebuild 1002 BLAKE2B 28ab8665c1146f1465ed81ce349f2d921d12aafbfc6c2545ccbba7c4ba452c0c82c0d242444d15f49d1c827e93e721ddfbcea11b6856396a264d7525f3e20235 SHA512 b4ecc761dcafd9b5ce09008f006c3d4c263bcf0489f72b887df292d9e4d7a5d43c3a473ec7400210580d69bdc63c82cf5f03ce24ae7e7f5bc86fa11f1c4e06a6
+EBUILD vodozemac-9999.ebuild 1073 BLAKE2B 225a4b6baeacb03a9a692e9ab682f96df3ff23ebd83e15e743e8713eb4e5ca8bc496dc6c800da1822a9119d2b2c3ef92f29d54c0f30796dcfee8e40eb036cf88 SHA512 bac11b04970fe579676bf8973bf6d16ff11e809a5163fe666a59e77f60dd2c35a94b9c08a87b528052c2422626cb8c47ec4060f89d35e91cd144cc0b3a3e9a65
diff --git a/dev-cpp/vodozemac/vodozemac-9999.ebuild b/dev-cpp/vodozemac/vodozemac-9999.ebuild
index 6b1b74f..2c14ac8 100644
--- a/dev-cpp/vodozemac/vodozemac-9999.ebuild
+++ b/dev-cpp/vodozemac/vodozemac-9999.ebuild
@@ -1,46 +1,47 @@
# Take from @parona:matrix.org
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cargo git-r3
DESCRIPTION="Collection of language bindings for the vodozemac cryptographic library."
HOMEPAGE="https://lily-is.land/kazv/vodozemac-bindings"
EGIT_REPO_URI="https://lily-is.land/kazv/vodozemac-bindings.git"
LICENSE="Apache-2.0"
SLOT="0/9999"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
test? (
dev-cpp/gtest
dev-libs/boost
dev-libs/olm
)
"
QA_FLAGS_IGNORED=".*"
src_unpack() {
git-r3_src_unpack
+ emake TARGET_DIR="../$(cargo_target_dir)" -C "${S}/cpp" src/lib.rs
cargo_live_src_unpack
}
src_compile() {
cargo_src_compile
emake TARGET_DIR="../$(cargo_target_dir)" -C cpp dynamic-lib
}
src_test() {
cargo_src_test
emake TARGET_DIR="../$(cargo_target_dir)" -C cpp test
}
src_install() {
emake TARGET_DIR="../$(cargo_target_dir)" -C cpp PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" DESTDIR="${D}" install
einstalldocs
}

File Metadata

Mime Type
text/x-diff
Expires
Mon, Jan 20, 2:51 AM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55546
Default Alt Text
(2 KB)

Event Timeline