Add programs for data recovery

This commit is contained in:
Ribbon 2024-09-23 11:13:53 +00:00
parent 052611c178
commit ca103a675a
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO missing script for gnu make, see the README inside the tarball
[source]
tar = "http://foremost.sourceforge.net/pkg/foremost-1.5.7.tar.gz"
[build]
template = "custom"

View File

@ -0,0 +1,14 @@
#TODO not compiled or tested
# build instructions - https://www.cgsecurity.org/wiki/TestDisk_Compilation
# add optional libraries to expand the features - https://www.cgsecurity.org/wiki/TestDisk_Compilation#Libraries
[source]
tar = "https://www.cgsecurity.org/testdisk-7.2.tar.bz2"
[build]
template = "custom"
dependencies = [
"ncurses",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
cookbook_configure
"""