diff options
Diffstat (limited to 'homebrew/bcftools/.make.sh-auto')
-rw-r--r-- | homebrew/bcftools/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/bcftools/.make.sh-auto b/homebrew/bcftools/.make.sh-auto new file mode 100644 index 000000000..56b589ef8 --- /dev/null +++ b/homebrew/bcftools/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure --with-htslib=#{Formula[htslib"].opt_prefix}" --enable-libgsl +make DESTDIR=${PKG_DEST} install +pkgshare.install "test/query.vcf" |