dev-libs/polyseed: ditto for live ebuild

Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
This commit is contained in:
Adam Pimentel
2023-03-14 22:09:11 -04:00
parent bfd60cbaa6
commit fac3db2a85

View File

@@ -13,5 +13,9 @@ EGIT_REPO_URI="https://github.com/tevador/polyseed.git"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS=""
IUSE="" #todo: make test executible an optional USE flag
IUSE="static-libs test"
BDEPEND="virtual/pkgconfig"
src_compile() {
cmake_build polyseed $(usex "static-libs" "polyseed_static" "") $(usex "test" "polyseed-tests" "")
}