sys-apps/fpart - 1.7.0 (stintel)

Search

Package Information

Description:
Filesystem partitioner
Homepage:
https://www.fpart.org/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
1.7.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Filesystem partitioner"
HOMEPAGE="https://www.fpart.org/"
SRC_URI="https://github.com/martymac/fpart/archive/refs/tags/${P}.tar.gz"

S="${WORKDIR}/${PN}-${P}"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""


src_prepare() {
	default

	eautoreconf || die
}

Manifest for 1.7.0

Type File Size Source URLs
DIST fpart-1.7.0.tar.gz 358230 bytes https://github.com/martymac/fpart/archive/refs/tags/fpart-1.7.0.tar.gz