summaryrefslogtreecommitdiff
path: root/homebrew/diamond
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/diamond')
-rw-r--r--homebrew/diamond/.beer22
-rw-r--r--homebrew/diamond/.make.sh-auto3
-rw-r--r--homebrew/diamond/_metadata/description1
-rw-r--r--homebrew/diamond/_metadata/homepage1
-rw-r--r--homebrew/diamond/_metadata/name1
-rw-r--r--homebrew/diamond/_metadata/version1
-rwxr-xr-xhomebrew/diamond/download.sh1
7 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/diamond/.beer b/homebrew/diamond/.beer
new file mode 100644
index 000000000..6db3d2777
--- /dev/null
+++ b/homebrew/diamond/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "Diamond",
+ "description": "Accelerated BLAST compatible local sequence aligner",
+ "url": "https://github.com/bbuchfink/diamond/archive/v0.9.24.tar.gz",
+ "mirror": null,
+ "homepage": "https://ab.inf.uni-tuebingen.de/software/diamond/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.9.24",
+ "file": "diamond.rb"
+} \ No newline at end of file
diff --git a/homebrew/diamond/.make.sh-auto b/homebrew/diamond/.make.sh-auto
new file mode 100644
index 000000000..a78dc3bb2
--- /dev/null
+++ b/homebrew/diamond/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+cmake . -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/diamond/_metadata/description b/homebrew/diamond/_metadata/description
new file mode 100644
index 000000000..beef3b487
--- /dev/null
+++ b/homebrew/diamond/_metadata/description
@@ -0,0 +1 @@
+Accelerated BLAST compatible local sequence aligner
diff --git a/homebrew/diamond/_metadata/homepage b/homebrew/diamond/_metadata/homepage
new file mode 100644
index 000000000..e62252f08
--- /dev/null
+++ b/homebrew/diamond/_metadata/homepage
@@ -0,0 +1 @@
+https://ab.inf.uni-tuebingen.de/software/diamond/
diff --git a/homebrew/diamond/_metadata/name b/homebrew/diamond/_metadata/name
new file mode 100644
index 000000000..5d1ce0452
--- /dev/null
+++ b/homebrew/diamond/_metadata/name
@@ -0,0 +1 @@
+Diamond
diff --git a/homebrew/diamond/_metadata/version b/homebrew/diamond/_metadata/version
new file mode 100644
index 000000000..37d8b0b7d
--- /dev/null
+++ b/homebrew/diamond/_metadata/version
@@ -0,0 +1 @@
+0.9.24
diff --git a/homebrew/diamond/download.sh b/homebrew/diamond/download.sh
new file mode 100755
index 000000000..0c1b0aef5
--- /dev/null
+++ b/homebrew/diamond/download.sh
@@ -0,0 +1 @@
+wget https://github.com/bbuchfink/diamond/archive/v0.9.24.tar.gz \ No newline at end of file