637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
11 lines
310 B
TOML
11 lines
310 B
TOML
[package]
|
|
name = "restic"
|
|
version = "0.16.2"
|
|
|
|
#TODO missing script for Go, see https://restic.readthedocs.io/en/stable/020_installation.html#from-source
|
|
#TODO maybe needs to be patched
|
|
[source]
|
|
tar = "https://github.com/restic/restic/releases/download/v0.16.2/restic-0.16.2.tar.gz"
|
|
[build]
|
|
template = "custom"
|