Skip to content

Commit

Permalink
app-misc/g15message: Added live ebuild
Browse files Browse the repository at this point in the history
- new upstream

Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed May 15, 2022
1 parent 2281142 commit bb8cc05
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions app-misc/g15message/g15message-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="A simple message/alert client for G15daemon"
HOMEPAGE="https://gitlab.com/menelkir/g15message"
if [[ ${PV} == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/menelkir/g15message.git"
else
SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
fi

LICENSE="GPL-2"
SLOT="0"
IUSE=""

RDEPEND="
>=app-misc/g15daemon-3.0
>=dev-libs/libg15-3.0
>=dev-libs/libg15render-3.0
sys-libs/zlib
"
DEPEND="${RDEPEND}"

src_prepare() {
default
eautoreconf
}

0 comments on commit bb8cc05

Please sign in to comment.