Skip to content

Commit

Permalink
README.md: add links to package and ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Dec 31, 2020
1 parent d9f7c76 commit b8127c6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ Installation
On Windows, go to the [Releases page](https://github.com/maharmstone/ntfs2btrfs/releases) and
download the latest Zip file.

For Linux or other operating systems, you will need to compile it yourself - see
For Linux:
* [Arch](https://aur.archlinux.org/packages/ntfs2btrfs-git) (thanks to [nicman23](https://github.com/nicman23))
* [Gentoo ebuild](https://raw.githubusercontent.com/maharmstone/ntfs2btrfs/master/ntfs2btrfs-20201108.ebuild)

For other distributions or operating systems, you will need to compile it yourself - see
below.

Changelog
Expand Down
30 changes: 30 additions & 0 deletions ntfs2btrfs-20201108.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 2020 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
}

0 comments on commit b8127c6

Please sign in to comment.