dev-libs/sealcurses: add 2.0.18_pre20220609

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-07-02 00:59:42 +05:00
parent a6ec7dd6a9
commit b2bfe344eb
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
COMMIT="b0667079251f0eb3e6291a0ae5eecc31c996dc8b"
DESCRIPTION="SDL Emulation and Adaptation Layer for Curses"
HOMEPAGE="https://git.skyjake.fi/skyjake/sealcurses"
SRC_URI="https://git.skyjake.fi/skyjake/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="BSD-2"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-libs/tfdn:=
sys-libs/ncurses:=
"
DEPEND="${RDEPEND}"
src_configure() {
local -a mycmakeargs=(
-DENABLE_STATIC=OFF
)
cmake_src_configure
}