summaryrefslogtreecommitdiff
path: root/homebrew/libplist/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libplist/.beer')
-rw-r--r--homebrew/libplist/.beer42
1 files changed, 42 insertions, 0 deletions
diff --git a/homebrew/libplist/.beer b/homebrew/libplist/.beer
new file mode 100644
index 000000000..4fd431ae1
--- /dev/null
+++ b/homebrew/libplist/.beer
@@ -0,0 +1,42 @@
+{
+ "name": "Libplist",
+ "description": "Library for Apple Binary- and XML-Property Lists",
+ "url": "https://www.libimobiledevice.org/downloads/libplist-2.0.0.tar.bz2",
+ "mirror": null,
+ "homepage": "https://www.libimobiledevice.org/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.deparallelize",
+ "args = %W[",
+ "--disable-dependency-tracking",
+ "--disable-silent-rules",
+ "--prefix=#{prefix}",
+ "--without-cython",
+ "]",
+ "system \"./autogen.sh\" if build.head?",
+ "system \"./configure\", *args",
+ "system \"make\", \"install\", \"PYTHON_LDFLAGS=-undefined dynamic_lookup\""
+ ],
+ "version": "2.0.0",
+ "file": "libplist.rb"
+} \ No newline at end of file