summaryrefslogtreecommitdiff
blob: 01786328001dc67627db3af161cee8abe5b51d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="cron script to sync portage and send update mails to root"
HOMEPAGE="https://github.com/gentoo/porticron"
SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 x86"

RDEPEND="
	app-portage/gentoolkit
	net-dns/bind-tools
"

src_install() {
	dosbin bin/porticron
	insinto /etc
	doins etc/porticron.conf
}