app-backup/acts - 1.4.2 (sattvik)

Search

Package Information

Description:
Another Calendar-based Tarsnap Script
Homepage:
https://github.com/alexjurkiewicz/acts
License:
public-domain

Ebuild Details

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

EAPI=7

DESCRIPTION="Another Calendar-based Tarsnap Script"
HOMEPAGE="https://github.com/alexjurkiewicz/acts"
SRC_URI="https://github.com/alexjurkiewicz/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="app-backup/tarsnap"

src_compile() {
	default
}

src_install() {
	dobin acts
	dodoc acts.conf.sample README.md
	docinto "contrib"
	dodoc contrib/acts-pre.sh contrib/acts-post.sh
	docompress -x /usr/share/doc/${PF}/contrib
}

pkg_postinst() {
	if [ ! -f "${EROOT}/etc/acts.conf" ]; then
		ewarn "You must configure ACTS by creating a configuration in:"
		ewarn "  ${EPREFIX}/etc/acts.conf"
		ewarn ""
		ewarn "A sample configuration has been installed to"
		ewarn "  ${EPREFIX}/usr/share/doc/${PF}/acts.conf.sample"
	fi
}

Dependencies

RDEPEND

app-backup/tarsnap

Manifest for 1.4.2

Type File Size Source URLs
DIST acts-1.4.2.tar.gz 8642 bytes https://github.com/alexjurkiewicz/acts/archive/refs/tags/v1.4.2.tar.gz