# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake git-r3 DESCRIPTION="ASIO standalone CMake installer" HOMEPAGE="https://github.com/compwizk/asio_wrapper" EGIT_REPO_URI="https://github.com/compwizk/${PN}.git" LICENSE="MIT" SLOT="2" BDEPEND="dev-cpp/asio" src_prepare() { sed -i -e "/EXPORT_DEST/s|lib/\${PROJECT_NAME}|$(get_libdir)/cmake|" \ -e "/LIB_DEST/s|lib|$(get_libdir)|" \ CMakeLists.txt || die "sed failed for CMakeLists.txt" cmake_src_prepare }