Skip to content

Commit

Permalink
hh-suite: include scripts directory (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo authored Aug 14, 2024
1 parent 3d7ea7b commit 488b0c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/hh-suite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class HhSuite < Formula
url "https://github.com/soedinglab/hh-suite/archive/refs/tags/v3.3.0.tar.gz"
sha256 "dd67f7f3bf601e48c9c0bc4cf1fbe3b946f787a808bde765e9436a48d27b0964"
license "GPL-3.0-or-later"
revision 3
revision 4
head "https://github.com/soedinglab/hh-suite.git"

bottle do
Expand Down Expand Up @@ -41,8 +41,8 @@ def install
"[](unsigned char ch) { return !std::isspace(ch); })"
system "cmake", ".", *args
system "make", "install"
cp "scripts/reformat.pl", bin
rm_r "scripts"
prefix.install "scripts"
bin.install_symlink prefix/"scripts/reformat.pl"
pkgshare.install ["data/query.a3m", "data/test.sh"]
end

Expand Down

0 comments on commit 488b0c2

Please sign in to comment.