Install this version:
emerge -a =app-backup/resticprofile-0.33.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-backup/resticprofile-0.33.1
Or alternatively:
emerge --autounmask-write -a =app-backup/resticprofile-0.33.1
# 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
}
app-backup/restic >=dev-lang/go-1.25.0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | resticprofile-0.33.1-vendor.tar.xz | 2734508 bytes | https://www.inode64.com/dist/resticprofile-0.33.1-vendor.tar.xz |
| DIST | resticprofile-0.33.1.tar.gz | 3844320 bytes | https://github.com/creativeprojects/resticprofile/archive/v0.33.1.tar.gz |