net-matrix/maubot-reminder-bin - 0.2.1 (antons-matrix-overlay)

Search

Package Information

Description:
A maubot plugin to remind you about things.
Homepage:
https://github.com/maubot/reminder
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
0.2.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A maubot plugin to remind you about things."
HOMEPAGE="https://github.com/maubot/reminder"
SRC_URI="https://github.com/maubot/reminder/releases/download/v0.2.1/xyz.maubot.reminder-v${PV}.mbp"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	net-matrix/maubot
	dev-python/pytz
	dev-python/python-dateutil
"
RDEPEND="${DEPEND}"
BDEPEND=""

src_unpack() {
	# Nothing to unpack, but further stages need a source directory to `cd` into.
	mkdir "${S}"
}

src_install() {
	insinto /var/lib/maubot/plugins/active
	doins "${DISTDIR}/xyz.maubot.reminder-v${PV}.mbp"

	einfo "You may need to restart maubot for it to load the new plugin."
}

Dependencies

DEPEND

	net-matrix/maubot
	dev-python/pytz
	dev-python/python-dateutil

RDEPEND

	net-matrix/maubot
	dev-python/pytz
	dev-python/python-dateutil

Manifest for 0.2.1

Type File Size Source URLs
DIST xyz.maubot.reminder-v0.2.1.mbp 41540 bytes https://github.com/maubot/reminder/releases/download/v0.2.1/xyz.maubot.reminder-v0.2.1.mbp