summaryrefslogtreecommitdiff
path: root/homebrew/dc3dd/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/dc3dd/.beer')
-rw-r--r--homebrew/dc3dd/.beer34
1 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/dc3dd/.beer b/homebrew/dc3dd/.beer
new file mode 100644
index 000000000..2988bdb74
--- /dev/null
+++ b/homebrew/dc3dd/.beer
@@ -0,0 +1,34 @@
+{
+ "name": "Dc3dd",
+ "description": "Patched GNU dd that is intended for forensic acquisition of data",
+ "url": "https://downloads.sourceforge.net/project/dc3dd/dc3dd/7.2.646/dc3dd%207.2.646/dc3dd-7.2.646.zip",
+ "mirror": null,
+ "homepage": "https://sourceforge.net/projects/dc3dd/",
+ "depends": [
+ {
+ "depend": "gettext",
+ "build-depend": false
+ }
+ ],
+ "resource": [
+ {
+ "name": "gettext-pm",
+ "url": "https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/gettext-1.07.tar.gz"
+ }
+ ],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"unzip dc3dd-#{version}.zip ; true\"",
+ "cd \"dc3dd-#{version}\" do",
+ "ENV.prepend_create_path \"PERL5LIB\", buildpath/\"gettext-pm/lib/perl5\"",
+ "resource(\"gettext-pm\").stage do",
+ "inreplace \"Makefile.PL\", \"$libs = \\\"-lintl\\\"\",",
+ "\"$libs = \\\"-L/usr/local/opt/gettext/lib -lintl\\\"\"",
+ "system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{buildpath}/gettext-pm\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "7.2.646",
+ "file": "dc3dd.rb"
+} \ No newline at end of file