add version fpart 1.7.0

This commit is contained in:
2025-05-15 16:18:54 +02:00
parent bd82295556
commit 5bcb149bb4
3 changed files with 36 additions and 0 deletions

6
Tools/fpart/build Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env modbuild
# we need to generate the configure file
pbuild::post_prep() {
autoreconf -i
}

View File

@@ -0,0 +1,18 @@
---
format: 1
fpart:
defaults:
group: Tools
overlay: base
relstage: stable
configure_with: autotools
build_variants: first_match
target_cpus: [x86_64]
systems: [rhel8]
docfiles: [COPYING, README.md, Changelog.md]
urls:
- url: https://github.com/martymac/$P/archive/refs/tags/$P-${V_PKG}.tar.gz
shasums:
fpart-1.7.0.tar.gz: e5f82dd90001ed53200b2383bcfd520b1d8ee06d6a2a75b39d37d68daef20c88
versions:
1.7.0:

12
Tools/fpart/modulefile Normal file
View File

@@ -0,0 +1,12 @@
#%Module1.0
module-whatis "Fpart is a Filesystem partitioner"
module-url "https://www.fpart.org/"
module-license "BSD 2 Clause"
module-maintainer "Hans-Nikolai Viessmann <hans-nikolai.viessmann@psi.ch"
module-help "
Fpart is a Filesystem partitioner. It helps you sort file trees and pack them into bags (called "partitions"). It is developed in C and available under the BSD license.
Fpsync, a powerful file-migration tool is also provided. See https://www.fpart.org/ for more details and examples.
"