dev-cpp/posixsignalmanager - 0.3 (qsx)

Search

Package Information

Description:
Handling of posix signals for Qt applications and libraries
Homepage:
https://github.com/textshell/posixsignalmanager
License:
Boost-1.0

Ebuild Details

Version EAPI Keywords Slot
0.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Thomas Schneider <qsx@chaotikum.eu>
# Licensed under the EUPL

EAPI=8

inherit meson

DESCRIPTION="Handling of posix signals for Qt applications and libraries"
HOMEPAGE="https://github.com/textshell/posixsignalmanager"
SRC_URI="https://github.com/textshell/posixsignalmanager/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64"

IUSE=""

RDEPEND="
	dev-qt/qtcore:5=
"
DEPEND="${RDEPEND}"
BDEPEND="
	dev-qt/qtcore:5
"

PATCHES=(
	"${FILESDIR}/no-static-library.patch"
)

Dependencies

DEPEND

	dev-qt/qtcore:5=

RDEPEND

	dev-qt/qtcore:5=

BDEPEND

	dev-qt/qtcore:5

Manifest for 0.3

Type File Size Source URLs
DIST posixsignalmanager-0.3.tar.gz 146812 bytes https://github.com/textshell/posixsignalmanager/archive/refs/tags/0.3.tar.gz