net-misc/ntfy-bin - 2.21.0 (dwosky)

Search

Install

Install this version:

emerge -a =net-misc/ntfy-bin-2.21.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/ntfy-bin-2.21.0

Or alternatively:

emerge --autounmask-write -a =net-misc/ntfy-bin-2.21.0

Package Information

Description:
Send push notifications to your phone or desktop using PUT/POST
Homepage:
https://ntfy.sh/
License:
Apache-2.0

Ebuild Details

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

EAPI=8

DESCRIPTION="Send push notifications to your phone or desktop using PUT/POST"
HOMEPAGE="https://ntfy.sh/"
SRC_URI="https://github.com/binwiederhier/ntfy/releases/download/v${PV}/ntfy_${PV}_linux_amd64.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/ntfy_${PV}_linux_amd64"


LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	acct-group/ntfy
	acct-user/ntfy
"
RDEPEND="${DEPEND}"
BDEPEND=""

src_install() {
	dodir /etc/ntfy
	mv "${S}"/client/client.yml "${ED}"/etc/ntfy
	mv "${S}"/server/server.yml "${ED}"/etc/ntfy
	dobin "${S}"/ntfy
	newconfd "${FILESDIR}"/ntfy.confd ntfy
	newinitd "${FILESDIR}"/ntfy.initd ntfy
}

Dependencies

DEPEND

	acct-group/ntfy
	acct-user/ntfy

RDEPEND

	acct-group/ntfy
	acct-user/ntfy

Manifest for 2.21.0

Type File Size Source URLs
DIST ntfy-bin-2.21.0.tar.gz 31194758 bytes https://github.com/binwiederhier/ntfy/releases/download/v2.21.0/ntfy__linux_amd64.tar.gz