summaryrefslogtreecommitdiff
path: root/homebrew/polipo/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/polipo/.beer')
-rw-r--r--homebrew/polipo/.beer27
1 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/polipo/.beer b/homebrew/polipo/.beer
new file mode 100644
index 000000000..49a8657eb
--- /dev/null
+++ b/homebrew/polipo/.beer
@@ -0,0 +1,27 @@
+{
+ "name": "Polipo",
+ "description": "Web caching proxy",
+ "url": "https://www.irif.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-1.1.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.irif.univ-paris-diderot.fr/~jch/software/polipo/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "cache_root = (var + \"cache/polipo\")",
+ "cache_root.mkpath",
+ "args = %W[",
+ "PREFIX=#{prefix}",
+ "LOCAL_ROOT=#{pkgshare}/www",
+ "DISK_CACHE_ROOT=#{cache_root}",
+ "MANDIR=#{man}",
+ "INFODIR=#{info}",
+ "PLATFORM_DEFINES=-DHAVE_IPv6",
+ "]",
+ "system \"make\", \"all\", *args",
+ "system \"make\", \"install\", *args"
+ ],
+ "version": "1.1.1",
+ "file": "polipo.rb"
+} \ No newline at end of file