ahorn/dev-libs/posixsignalmanager/posixsignalmanager-0.3-r3.ebuild

24 lines
535 B
Bash
Raw Normal View History

2023-02-28 12:48:05 +00:00
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Safe, synchronous and asynchronous handling of posix signals for Qt apps/libs"
HOMEPAGE="https://github.com/textshell/posixsignalmanager"
SRC_URI="https://github.com/textshell/posixsignalmanager/archive/${PV}.tar.gz -> ${P}.tar.gz"
2023-02-28 12:48:05 +00:00
LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
2023-02-28 12:48:05 +00:00
DEPEND="=dev-qt/qtcore-5*"
RDEPEND="${DEPEND}"
BDEPEND=""
2023-02-28 12:48:05 +00:00
src_configure() {
meson_src_configure
}