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

EAPI=6

DESCRIPTION="lightweight, extensible meta-backup system"
HOMEPAGE="https://0xacab.org/riseuplabs/backupninja"
SRC_URI="https://0xacab.org/riseuplabs/backupninja/-/archive/backupninja_upstream/${PV}/backupninja-backupninja_upstream-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-util/dialog"
DEPEND=""

S="${WORKDIR}/${PN}-${PN}_upstream-${PV}"

src_configure() {
	econf --localstatedir=/var #578614
}