summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-connectivity/restic/restic_0.9.6.bb
blob: f094cd84aa7173f64a26ec9a7b22f550a30933e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "restic is a backup program that is fast, efficient and secure."
DESCRIPTION = "Restic can backup and sync data to AWS S3, Google Cloud, Azure, SFTP servers and many more"
AUTHOR = "Nishant Poorswani <nishantpoorswani@gmail.com>"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://src/github.com/restic/restic/LICENSE;md5=d267ffee32f3f73928409ee59c2c9667"

inherit go

GO_IMPORT = "github.com/restic/restic"

SRC_URI = "git://${GO_IMPORT};tag=v${PV}"

PR = "r0"

do_install_prepend(){
    rm -f ${B}/${GO_BUILD_BINDIR}/build-release-binaries
    rm -f ${B}/${GO_BUILD_BINDIR}/prepare-release
}