mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add programs for data recovery
This commit is contained in:
parent
052611c178
commit
ca103a675a
5
recipes/wip/data-recovery/foremost/recipe.toml
Normal file
5
recipes/wip/data-recovery/foremost/recipe.toml
Normal 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"
|
||||
14
recipes/wip/data-recovery/testdisk/recipe.toml
Normal file
14
recipes/wip/data-recovery/testdisk/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user