add version fpart 1.7.0
This commit is contained in:
6
Tools/fpart/build
Executable file
6
Tools/fpart/build
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
# we need to generate the configure file
|
||||
pbuild::post_prep() {
|
||||
autoreconf -i
|
||||
}
|
||||
18
Tools/fpart/files/config.yaml
Normal file
18
Tools/fpart/files/config.yaml
Normal 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
12
Tools/fpart/modulefile
Normal 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.
|
||||
"
|
||||
Reference in New Issue
Block a user