sys-fs/ntfs2btrfs - 20210105 (pixlra)

Search

Package Information

Description:
Conversion tool from NTFS to Btrfs
Homepage:
https://github.com/maharmstone/ntfs2btrfs
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
20210105 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

CMAKE_MAKEFILE_GENERATOR="emake"

DESCRIPTION="Conversion tool from NTFS to Btrfs"
HOMEPAGE="https://github.com/maharmstone/ntfs2btrfs"
SRC_URI="https://github.com/maharmstone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-libs/libfmt"
RDEPEND="${DEPEND}"
BDEPEND=""

src_prepare() {
	cmake_src_prepare
}

src_configure() {
	cmake_src_configure
}

Dependencies

DEPEND

dev-libs/libfmt

RDEPEND

dev-libs/libfmt

Manifest for 20210105

Type File Size Source URLs
DIST ntfs2btrfs-20210105.tar.gz 68324 bytes https://github.com/maharmstone/ntfs2btrfs/archive/20210105.tar.gz