Add live ebuilds for termpaint and tuiwidgets
This commit is contained in:
parent
19824556d6
commit
abb80c931d
|
@ -10,6 +10,7 @@ HOMEPAGE="https://github.com/istoph/editor"
|
|||
EGIT_REPO_URI="https://github.com/istoph/editor.git"
|
||||
|
||||
LICENSE="Boost-1.0"
|
||||
PROPERTIES="live"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
|
28
dev-libs/termpaint/termpaint-9999.ebuild
Normal file
28
dev-libs/termpaint/termpaint-9999.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson git-r3
|
||||
|
||||
DESCRIPTION="Low level terminal interface library "
|
||||
HOMEPAGE="https://github.com/termpaint/termpaint"
|
||||
EGIT_REPO_URI="https://github.com/termpaint/termpaint.git"
|
||||
|
||||
LICENSE="Boost-1.0"
|
||||
PROPERTIES="live"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
meson_src_configure
|
||||
}
|
28
dev-libs/tuiwidgets/tuiwidgets-9999.ebuild
Normal file
28
dev-libs/tuiwidgets/tuiwidgets-9999.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson git-r3
|
||||
|
||||
DESCRIPTION="Terminal user inferface toolkit"
|
||||
HOMEPAGE="https://github.com/tuiwidgets/tuiwidgets"
|
||||
EGIT_REPO_URI="https://github.com/tuiwidgets/tuiwidgets.git"
|
||||
|
||||
LICENSE="Boost-1.0"
|
||||
PROPERTIES="live"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="=dev-qt/qtcore-5* dev-libs/posixsignalmanager dev-libs/termpaint"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
meson_src_configure
|
||||
}
|
Loading…
Reference in a new issue