app-eselect/eselect-smackbot - 0.1 (flow)

Search

Package Information

Description:
Manage multiple SmackBot versions on one system
Homepage:
https://gitlab.com/Flow/SmackBot
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Manage multiple SmackBot versions on one system"
HOMEPAGE="https://gitlab.com/Flow/SmackBot"
SRC_URI=""

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="app-admin/eselect"

S="${WORKDIR}"

src_install() {
	insinto /usr/share/eselect/modules
	doins "${FILESDIR}/smackbot.eselect"
}

Dependencies

RDEPEND

app-admin/eselect