diff options
Diffstat (limited to 'homebrew/chromaprint/.beer')
-rw-r--r-- | homebrew/chromaprint/.beer | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/chromaprint/.beer b/homebrew/chromaprint/.beer new file mode 100644 index 000000000..4465d3c8c --- /dev/null +++ b/homebrew/chromaprint/.beer @@ -0,0 +1,22 @@ +{ + "name": "Chromaprint", + "description": "Core component of the AcoustID project (Audio fingerprinting)", + "url": "https://github.com/acoustid/chromaprint/releases/download/v1.4.3/chromaprint-1.4.3.tar.gz", + "mirror": null, + "homepage": "https://acoustid.org/chromaprint", + "depends": [ + { + "depend": "cmake", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"cmake\", \".\", *std_cmake_args", + "system \"make\", \"install\"" + ], + "version": "1.4.3", + "file": "chromaprint.rb" +}
\ No newline at end of file |