mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.3 KiB
Tcl
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/creativeprojects/resticprofile 0.32.0 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
homepage https://creativeprojects.github.io/resticprofile/
|
|
|
|
description Configuration profiles manager and scheduler for restic
|
|
|
|
long_description resticprofile is one of many automation tools for restic, \
|
|
also called a wrapper. In a nutshell, resticprofile \
|
|
provides a configuration file and a runner that will \
|
|
generate all the necessary calls to restic. \
|
|
Additionally, it can schedule a profile via a user agent or \
|
|
a daemon in launchd
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license GPL-3
|
|
maintainers {fsoj.de:lheise @lucaheise} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 fdd090b6d3f225f08f0f8e3595e611b5fd8d6b81 \
|
|
sha256 820e61fcbdf1ab3c57944fd0466f3d5567969a77c970b0a4c826dbdc23582751 \
|
|
size 3818066
|
|
|
|
depends_run port:restic
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|