mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-24 16:08:58 +02:00
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
20 lines
437 B
Bash
20 lines
437 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit gnustep-2
|
|
|
|
MY_P="TalkSoup-${PV}"
|
|
|
|
DESCRIPTION="IRC client for GNUstep"
|
|
HOMEPAGE="https://gap.nongnu.org/talksoup/"
|
|
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
|
|
S="${WORKDIR}/${MY_P}"
|
|
|
|
LICENSE="GPL-2+"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DEPEND=">=gnustep-libs/netclasses-1.1.0"
|
|
RDEPEND="${DEPEND}"
|