mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
sys-fs/btrfs-dump: add 20260409, drop 20260216
Signed-off-by: Mark Harmstone <mark@harmstone.com>
This commit is contained in:
25
sys-fs/btrfs-dump/btrfs-dump-20260409.ebuild
Normal file
25
sys-fs/btrfs-dump/btrfs-dump-20260409.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user