summaryrefslogtreecommitdiff
path: root/homebrew/bnd
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/bnd')
-rw-r--r--homebrew/bnd/.beer17
-rw-r--r--homebrew/bnd/.make.sh-auto3
-rw-r--r--homebrew/bnd/_metadata/description1
-rw-r--r--homebrew/bnd/_metadata/homepage1
-rw-r--r--homebrew/bnd/_metadata/name1
-rw-r--r--homebrew/bnd/_metadata/version1
-rwxr-xr-xhomebrew/bnd/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/bnd/.beer b/homebrew/bnd/.beer
new file mode 100644
index 000000000..6aa335eb0
--- /dev/null
+++ b/homebrew/bnd/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Bnd",
+ "description": "The Swiss Army Knife for OSGi bundles",
+ "url": "https://search.maven.org/remotecontent?filepath=biz/aQute/bnd/biz.aQute.bnd/4.2.0/biz.aQute.bnd-4.2.0.jar",
+ "mirror": null,
+ "homepage": "https://bnd.bndtools.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "libexec.install \"biz.aQute.bnd-#{version}.jar\"",
+ "bin.write_jar_script libexec/\"biz.aQute.bnd-#{version}.jar\", \"bnd\""
+ ],
+ "version": "4.2.0",
+ "file": "bnd.rb"
+} \ No newline at end of file
diff --git a/homebrew/bnd/.make.sh-auto b/homebrew/bnd/.make.sh-auto
new file mode 100644
index 000000000..6cc683acb
--- /dev/null
+++ b/homebrew/bnd/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+libexec.install "biz.aQute.bnd-#{version}.jar"
+bin.write_jar_script libexec/"biz.aQute.bnd-#{version}.jar", "bnd"
diff --git a/homebrew/bnd/_metadata/description b/homebrew/bnd/_metadata/description
new file mode 100644
index 000000000..7d0b005b4
--- /dev/null
+++ b/homebrew/bnd/_metadata/description
@@ -0,0 +1 @@
+The Swiss Army Knife for OSGi bundles
diff --git a/homebrew/bnd/_metadata/homepage b/homebrew/bnd/_metadata/homepage
new file mode 100644
index 000000000..31f79d933
--- /dev/null
+++ b/homebrew/bnd/_metadata/homepage
@@ -0,0 +1 @@
+https://bnd.bndtools.org/
diff --git a/homebrew/bnd/_metadata/name b/homebrew/bnd/_metadata/name
new file mode 100644
index 000000000..90cad3fe3
--- /dev/null
+++ b/homebrew/bnd/_metadata/name
@@ -0,0 +1 @@
+Bnd
diff --git a/homebrew/bnd/_metadata/version b/homebrew/bnd/_metadata/version
new file mode 100644
index 000000000..6aba2b245
--- /dev/null
+++ b/homebrew/bnd/_metadata/version
@@ -0,0 +1 @@
+4.2.0
diff --git a/homebrew/bnd/download.sh b/homebrew/bnd/download.sh
new file mode 100755
index 000000000..233ab7dd9
--- /dev/null
+++ b/homebrew/bnd/download.sh
@@ -0,0 +1 @@
+wget https://search.maven.org/remotecontent?filepath=biz/aQute/bnd/biz.aQute.bnd/4.2.0/biz.aQute.bnd-4.2.0.jar \ No newline at end of file