cellar 0.4 ebuild should actually work now

This commit is contained in:
2025-02-02 14:23:51 -08:00
parent 15f53393db
commit d12c2d99c1
2 changed files with 18 additions and 2 deletions

View File

@@ -21,3 +21,19 @@ BDEPEND="
app-text/ronn-ng
doc? ( dev-python/sphinx )
"
src_prepare() {
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release
)
cmake_src_configure
}
src_install() {
cmake_src_install
}