summaryrefslogtreecommitdiff
path: root/homebrew/wdc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/wdc/.beer')
-rw-r--r--homebrew/wdc/.beer33
1 files changed, 33 insertions, 0 deletions
diff --git a/homebrew/wdc/.beer b/homebrew/wdc/.beer
new file mode 100644
index 000000000..32570b6fe
--- /dev/null
+++ b/homebrew/wdc/.beer
@@ -0,0 +1,33 @@
+{
+ "name": "Wdc",
+ "description": "WebDAV Client provides easy and convenient to work with WebDAV-servers",
+ "url": "https://github.com/designerror/webdav-client-cpp/archive/v1.0.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://designerror.github.io/webdav-client-cpp",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ },
+ {
+ "depend": "pugixml",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "pugixml = Formula[\"pugixml\"]",
+ "ENV.prepend \"CXXFLAGS\", \"-I#{pugixml.opt_include.children.first}\"",
+ "system \"cmake\", \".\", \"-DPUGIXML_INCLUDE_DIR=#{pugixml.opt_include}\",",
+ "\"-DPUGIXML_LIBRARY=#{pugixml.opt_lib}\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.0.1",
+ "file": "wdc.rb"
+} \ No newline at end of file