sys-fs/btrfs-dump: add 20260409, drop 20260216

Signed-off-by: Mark Harmstone <mark@harmstone.com>
This commit is contained in:
Mark Harmstone
2026-04-09 17:50:45 +01:00
parent 1a4a39e2d9
commit 92f8bf7c45
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Metadata dumper for btrfs"
HOMEPAGE="https://github.com/maharmstone/btrfs-dump"
SRC_URI="https://github.com/maharmstone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="sys-apps/util-linux"
src_prepare() {
cmake_src_prepare
}
src_configure() {
cmake_src_configure
}