diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template index 09cbac4ddfc..07143b0a379 100644 --- a/srcpkgs/restic/template +++ b/srcpkgs/restic/template @@ -1,18 +1,25 @@ # Template file for 'restic' pkgname=restic -version=0.17.1 +version=0.17.3 revision=1 build_style=go go_import_path=github.com/restic/restic go_package="${go_import_path}/cmd/restic" go_ldflags="-X 'main.version=${version} (Void Linux)'" +checkdepends="tar python3" short_desc="Backup solution written in Go" maintainer="Florian Eich " license="BSD-2-Clause" homepage="https://restic.net/" changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md" distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz" -checksum=cba3a5759690d11dae4b5620c44f56be17a5688e32c9856776db8a9a93d6d59a +checksum=bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8 + +if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then + make_check_args="-skip (^TestMount$|^TestMountSameTimestamps$|^TestRestoreWithPermissionFailure$" + make_check_args+="|^TestRestoreLocalLayout$|^TestCheckRestoreNoLock$|^TestBackupErrors$" + make_check_args+="|^TestArchiverErrorReporting$|^TestScannerError$)" +fi post_install() { vlicense LICENSE