summaryrefslogtreecommitdiff
path: root/homebrew/bsdsfv/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/bsdsfv/.beer')
-rw-r--r--homebrew/bsdsfv/.beer35
1 files changed, 35 insertions, 0 deletions
diff --git a/homebrew/bsdsfv/.beer b/homebrew/bsdsfv/.beer
new file mode 100644
index 000000000..3170e459c
--- /dev/null
+++ b/homebrew/bsdsfv/.beer
@@ -0,0 +1,35 @@
+{
+ "name": "Bsdsfv",
+ "description": "SFV utility tools",
+ "url": "https://downloads.sourceforge.net/project/bsdsfv/bsdsfv/1.18/bsdsfv-1.18.tar.gz",
+ "mirror": null,
+ "homepage": "https://bsdsfv.sourceforge.io/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": null,
+ "data": [
+ "--- a/bsdsfv.c\t2012-09-25 07:31:03.000000000 -0500\n",
+ "+++ b/bsdsfv.c\t2012-09-25 07:31:08.000000000 -0500\n",
+ "@@ -44,5 +44,5 @@\n",
+ " typedef struct sfvtable {\n",
+ "\tchar filename[FNAMELEN];\n",
+ "-\tint crc;\n",
+ "+\tunsigned int crc;\n",
+ "\tint found;\n",
+ " } SFVTABLE;\n"
+ ]
+ }
+ ],
+ "install": [
+ "bin.mkpath",
+ "inreplace \"Makefile\" do |s|",
+ "s.change_make_var! \"INSTALL_PREFIX\", prefix",
+ "s.change_make_var! \"INDENT\", \"indent\"",
+ "s.gsub! \"\t${INSTALL_PROGRAM} bsdsfv ${INSTALL_PREFIX}/bin\", \"\t${INSTALL_PROGRAM} bsdsfv #{bin}/\""
+ ],
+ "version": "1.18",
+ "file": "bsdsfv.rb"
+} \ No newline at end of file