summaryrefslogtreecommitdiff
path: root/homebrew/density/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/density/.beer')
-rw-r--r--homebrew/density/.beer31
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/density/.beer b/homebrew/density/.beer
new file mode 100644
index 000000000..caac96204
--- /dev/null
+++ b/homebrew/density/.beer
@@ -0,0 +1,31 @@
+{
+ "name": "Density",
+ "description": "Superfast compression library",
+ "url": "https://github.com/centaurean/density/archive/density-0.14.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/centaurean/density",
+ "depends": [],
+ "resource": [
+ {
+ "name": "cputime",
+ "url": "https://github.com/centaurean/cputime.git"
+ },
+ {
+ "name": "spookyhash",
+ "url": "https://github.com/centaurean/spookyhash/archive/spookyhash-1.0.6.tar.gz"
+ }
+ ],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "(buildpath/\"benchmark/libs/cputime\").install resource(\"cputime\")",
+ "(buildpath/\"benchmark/libs/spookyhash\").install resource(\"spookyhash\")",
+ "system \"make\"",
+ "include.install \"src/density_api.h\"",
+ "pkgshare.install \"build/benchmark\"",
+ "lib.install \"build/libdensity.a\"",
+ "lib.install \"build/libdensity.dylib\""
+ ],
+ "version": "0.14.2",
+ "file": "density.rb"
+} \ No newline at end of file