summaryrefslogtreecommitdiff
path: root/homebrew/viewvc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/viewvc/.beer')
-rw-r--r--homebrew/viewvc/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/viewvc/.beer b/homebrew/viewvc/.beer
new file mode 100644
index 000000000..09c2d0663
--- /dev/null
+++ b/homebrew/viewvc/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "Viewvc",
+ "description": "Browser interface for CVS and Subversion repositories",
+ "url": "https://github.com/viewvc/viewvc/releases/download/1.1.26/viewvc-1.1.26.tar.gz",
+ "mirror": null,
+ "homepage": "http://www.viewvc.org",
+ "depends": [
+ {
+ "depend": "subversion",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"python\", \"./viewvc-install\", \"--prefix=#{libexec}\", \"--destdir=\"",
+ "Pathname.glob(libexec/\"bin/*\") do |f|",
+ "next if f.directory?",
+ "bin.install_symlink f => \"viewvc-#{f.basename}\""
+ ],
+ "version": "1.1.26",
+ "file": "viewvc.rb"
+} \ No newline at end of file