summaryrefslogtreecommitdiff
path: root/homebrew/fdupes/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fdupes/.beer')
-rw-r--r--homebrew/fdupes/.beer19
1 files changed, 19 insertions, 0 deletions
diff --git a/homebrew/fdupes/.beer b/homebrew/fdupes/.beer
new file mode 100644
index 000000000..d98f33570
--- /dev/null
+++ b/homebrew/fdupes/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Fdupes",
+ "description": "Identify or delete duplicate files",
+ "url": "https://github.com/adrianlopezroche/fdupes/archive/v1.6.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/adrianlopezroche/fdupes",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"Makefile\", \"gcc\", \"#{ENV.cc} #{ENV.cflags}\"",
+ "system \"make\", \"fdupes\"",
+ "bin.install \"fdupes\"",
+ "man1.install \"fdupes.1\""
+ ],
+ "version": "1.6.1",
+ "file": "fdupes.rb"
+} \ No newline at end of file