summaryrefslogtreecommitdiff
path: root/homebrew/htslib/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/htslib/.beer')
-rw-r--r--homebrew/htslib/.beer23
1 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/htslib/.beer b/homebrew/htslib/.beer
new file mode 100644
index 000000000..bf4d63e8c
--- /dev/null
+++ b/homebrew/htslib/.beer
@@ -0,0 +1,23 @@
+{
+ "name": "Htslib",
+ "description": "C library for high-throughput sequencing data formats",
+ "url": "https://github.com/samtools/htslib/releases/download/1.9/htslib-1.9.tar.bz2",
+ "mirror": null,
+ "homepage": "https://www.htslib.org/",
+ "depends": [
+ {
+ "depend": "xz",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\"",
+ "pkgshare.install \"test\""
+ ],
+ "version": "1.9",
+ "file": "htslib.rb"
+} \ No newline at end of file