summaryrefslogtreecommitdiff
path: root/homebrew/libcsv/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libcsv/.beer')
-rw-r--r--homebrew/libcsv/.beer18
1 files changed, 18 insertions, 0 deletions
diff --git a/homebrew/libcsv/.beer b/homebrew/libcsv/.beer
new file mode 100644
index 000000000..db6e49fa4
--- /dev/null
+++ b/homebrew/libcsv/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "Libcsv",
+ "description": "CSV library in ANSI C89",
+ "url": "https://downloads.sourceforge.net/project/libcsv/libcsv/libcsv-3.0.3/libcsv-3.0.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://sourceforge.net/projects/libcsv/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "3.0.3",
+ "file": "libcsv.rb"
+} \ No newline at end of file