gui-apps/notify - 3.2 (imperium)

Search

Package Information

Description:
Simple notification daemon
Homepage:
https://gitlab.com/HansvonHohenstaufen/notify
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit savedconfig toolchain-funcs

DESCRIPTION="Simple notification daemon"
HOMEPAGE="https://gitlab.com/HansvonHohenstaufen/notify"
SRC_URI="https://gitlab.com/HansvonHohenstaufen/notify/-/archive/v3.2/notify-v3.2.tar.gz"

S="${WORKDIR}/notify-v3.2"

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

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="dev-lang/tcc"

src_prepare() {
	default

	sed -i \
		-e 's|^ @|  |g' \
		-e 's|@${CC}|$(CC)|g' \
		-e '/^  echo/d' \
		makefile || die

	restore_config config.h
}

src_compile() {
	emake CC="tcc"
}

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
	save_config config.h
}

Dependencies

BDEPEND

dev-lang/tcc

Manifest for 3.2

Type File Size Source URLs
DIST notify-v3.2.tar.gz 17234 bytes https://gitlab.com/HansvonHohenstaufen/notify/-/archive/v3.2/notify-v3.2.tar.gz