summaryrefslogtreecommitdiff
path: root/homebrew/pugixml/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pugixml/.beer')
-rw-r--r--homebrew/pugixml/.beer23
1 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/pugixml/.beer b/homebrew/pugixml/.beer
new file mode 100644
index 000000000..1711b448a
--- /dev/null
+++ b/homebrew/pugixml/.beer
@@ -0,0 +1,23 @@
+{
+ "name": "Pugixml",
+ "description": "Light-weight C++ XML processing library",
+ "url": "https://github.com/zeux/pugixml/releases/download/v1.9/pugixml-1.9.tar.gz",
+ "mirror": null,
+ "homepage": "https://pugixml.org/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", \"-DBUILD_SHARED_LIBS=OFF\",",
+ "\"-DBUILD_PKGCONFIG=ON\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.9",
+ "file": "pugixml.rb"
+} \ No newline at end of file