Skip to content

Commit

Permalink
wcstools 3.9.7 (new Formula)
Browse files Browse the repository at this point in the history
wcstools 3.9.7

license

for better suitable linux
  • Loading branch information
cxwx committed Dec 26, 2024
1 parent 5c5d621 commit 8650a23
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Formula/w/wcstools.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
class Wcstools < Formula
desc "Tools for using World Coordinate Systems (WCS) in astronomical images"
homepage "http://tdc-www.harvard.edu/wcstools/"
url "http://tdc-www.harvard.edu/software/wcstools/wcstools-3.9.7.tar.gz"
sha256 "525f6970eb818f822db75c1526b3122b1af078affa572dce303de37df5c7b088"
license "GPL-2.0-or-later"

def install
system "make", "all"

prefix.install "bin"
end

test do
assert_match "IMHEAD", shell_output("#{bin}/imhead 2>&1", 1)
end
end

0 comments on commit 8650a23

Please sign in to comment.