Files
2025-10-12 13:34:35 +04:00

36 lines
1.3 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup golang 1.0
go.setup github.com/cupcakearmy/autorestic 1.8.3 v
go.offline_build no
revision 0
categories sysutils
installs_libs no
license Apache-2
maintainers {gmail.com:smanojkarthick @manojkarthick} \
{gmail.com:herby.gillot @herbygillot} \
openmaintainer
description High level CLI utility for restic
long_description Autorestic is a wrapper around the amazing restic. \
While being amazing the restic cli can be a bit overwhelming \
and difficult to manage if you have many different location \
that you want to backup to multiple locations. \
This utility is aimed at making this easier.
homepage https://autorestic.vercel.app/
checksums rmd160 eb5e235c5e3ebe00341a754676f7751f9a6deb05 \
sha256 2f9ccdb83621530ebda4d22373554af45eeb550d32924a82249dbc66cb867726 \
size 117990
depends_run port:restic
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}