diff options
Diffstat (limited to 'homebrew/density/.make.sh-auto')
-rw-r--r-- | homebrew/density/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/density/.make.sh-auto b/homebrew/density/.make.sh-auto new file mode 100644 index 000000000..85750a184 --- /dev/null +++ b/homebrew/density/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +(buildpath/"benchmark/libs/cputime").install resource("cputime") +(buildpath/"benchmark/libs/spookyhash").install resource("spookyhash") +make +include.install "src/density_api.h" +pkgshare.install "build/benchmark" +lib.install "build/libdensity.a" +lib.install "build/libdensity.dylib" |