29 lines
487 B
Bash
29 lines
487 B
Bash
# 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
|
|
}
|