app-backup/resticprofile - 0.32.0 (inode64-overlay)

Search

Package Information

Description:
Configuration profiles manager and scheduler for restic backup
Homepage:
https://github.com/creativeprojects/resticprofile
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.32.0 8 ~amd64 ~arm ~arm64 ~riscv 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Configuration profiles manager and scheduler for restic backup"
HOMEPAGE="https://github.com/creativeprojects/resticprofile"
SRC_URI="https://github.com/creativeprojects/resticprofile/archive/v${PV}.tar.gz -> ${P}.tar.gz
	https://www.inode64.com/dist/${P}-vendor.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv"

RDEPEND="
	app-backup/restic
	>=dev-lang/go-1.25.0
"

src_compile() {
	ego build -trimpath -ldflags "-s -w" || die
}

src_test() {
	ego test ./... || die "test failed"
}

src_install() {
	dobin resticprofile
	dodoc *.md
}

Dependencies

RDEPEND

	app-backup/restic
	>=dev-lang/go-1.25.0

Manifest for 0.32.0

Type File Size Source URLs
DIST resticprofile-0.32.0-vendor.tar.xz 2370108 bytes https://www.inode64.com/dist/resticprofile-0.32.0-vendor.tar.xz
DIST resticprofile-0.32.0.tar.gz 3818066 bytes https://github.com/creativeprojects/resticprofile/archive/v0.32.0.tar.gz