# -*- 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.2 v go.offline_build no github.tarball_from archive 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 68048502ce83e4ab10d1f3010b0efac7b2861abd \ sha256 847a661bcf8bfdf282eca0dfd677293ad932726d357899c15a85b9238c4ea3da \ size 117614 depends_run port:restic destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }