net-irc/znc-igloo-push - 20200520 (gentoo)

Search

Package Information

Description:
A ZNC module which provides push notifications for Igloo client
Homepage:
https://git.jordanko.ch/Igloo/Push
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
20200520 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_COMMIT="f952b87a1fc235917a28fbabbe8626719d622e4c"

DESCRIPTION="A ZNC module which provides push notifications for Igloo client"
HOMEPAGE="https://git.jordanko.ch/Igloo/Push"
SRC_URI="https://git.jordanko.ch/Igloo/Push/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	net-irc/znc:=[ssl]"

RDEPEND="${DEPEND}"

DOCS=( README.md )

S="${WORKDIR}/push"

src_prepare() {
	default

	# No parallel build support
	MAKEOPTS=-j1
}

src_install() {
	insinto /usr/$(get_libdir)/znc
	doins push.so

	einstalldocs
}

Dependencies

DEPEND

	net-irc/znc:=[ssl]

RDEPEND

	net-irc/znc:=[ssl]

Manifest for 20200520

Type File Size Source URLs
DIST znc-igloo-push-20200520.tar.gz 12071 bytes https://git.jordanko.ch/Igloo/Push/archive/f952b87a1fc235917a28fbabbe8626719d622e4c.tar.gz