app-backup/blocksync-fast - 1.0.3 (guru)

Search

Install

Install this version:

emerge -a =app-backup/blocksync-fast-1.0.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-backup/blocksync-fast-1.0.3

Or alternatively:

emerge --autounmask-write -a =app-backup/blocksync-fast-1.0.3

Package Information

Description:
Fast block device sync with digest, designed to improve block-based backups.
Homepage:
https://github.com/nethappen/blocksync-fast/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.0.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Fast block device sync with digest, designed to improve block-based backups."
HOMEPAGE="https://github.com/nethappen/blocksync-fast/"
SRC_URI="https://github.com/nethappen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+xxhash"

RDEPEND="
	>=dev-libs/libgcrypt-1.9.0:0=
	xxhash? ( >=dev-libs/xxhash-0.8 )"
DEPEND="${RDEPEND}"

src_configure() {
	eautoreconf
	econf $(use_with xxhash)
}

src_install() {
	DOCS=(README.md CHANGELOG.md LICENSE scripts)
	default_src_install
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-backup/blocksync-fast | euse -E <flag> -p app-backup/blocksync-fast | euse -D <flag> -p app-backup/blocksync-fast

Global/Standard Flags

xxhash
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	>=dev-libs/libgcrypt-1.9.0:0=
	xxhash? ( >=dev-libs/xxhash-0.8 )

RDEPEND

	>=dev-libs/libgcrypt-1.9.0:0=
	xxhash? ( >=dev-libs/xxhash-0.8 )

Manifest for 1.0.3

Type File Size Source URLs
DIST blocksync-fast-1.0.3.tar.gz 159994 bytes https://github.com/nethappen/blocksync-fast/archive/v1.0.3.tar.gz