summaryrefslogtreecommitdiff
path: root/homebrew/paxconstruct/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/paxconstruct/.beer')
-rw-r--r--homebrew/paxconstruct/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/paxconstruct/.beer b/homebrew/paxconstruct/.beer
new file mode 100644
index 000000000..f84e821c3
--- /dev/null
+++ b/homebrew/paxconstruct/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "PaxConstruct",
+ "description": "Tools to setup and develop OSGi projects quickly",
+ "url": "https://search.maven.org/remotecontent?filepath=org/ops4j/pax/construct/scripts/1.5/scripts-1.5.zip",
+ "mirror": null,
+ "homepage": "https://ops4j1.jira.com/wiki/display/paxconstruct/Pax+Construct",
+ "depends": [
+ {
+ "depend": "maven",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "rm_rf Dir[\"bin/*.bat\"]",
+ "prefix.install_metafiles \"bin\" ",
+ "libexec.install Dir[\"*\"]",
+ "bin.write_exec_script Dir[\"#{libexec}/bin/*\"].select { |f| File.executable? f }"
+ ],
+ "version": "1.5",
+ "file": "pax-construct.rb"
+} \ No newline at end of file