power-misc/powerbackup - 0.1.5 (powerman)

Search

Package Information

Description:
Simple and flexible incremental backup
Homepage:
http://powerman.name/soft/powerbackup.html
License:
public-domain

Ebuild Details

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

EAPI=8

DESCRIPTION="Simple and flexible incremental backup"
HOMEPAGE="http://powerman.name/soft/powerbackup.html"
SRC_URI="http://powerman.name/download/powerbackup/${P}.tgz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_install() {
	dobin bin/powerbackup
	exeinto /etc/powerbackup/
	doexe etc/powerbackup/{archive.*,tar.*}
	insinto /etc/powerbackup/
	doins etc/powerbackup/log.filter
	insopts -m 0400
	doins etc/powerbackup/*.{pass,user}
}

Manifest for 0.1.5

Type File Size Source URLs
DIST powerbackup-0.1.5.tgz 1789 bytes http://powerman.name/download/powerbackup/powerbackup-0.1.5.tgz