Skip to content

Commit

Permalink
Add SCTL formula
Browse files Browse the repository at this point in the history
  • Loading branch information
danfortunato committed Feb 15, 2024
1 parent 2333b14 commit 2f66ed2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Formula/sctl.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
class Sctl < Formula
desc "Scientific Computing Template Library"
homepage "https://github.com/dmalhotra/SCTL"
url "https://github.com/dmalhotra/SCTL/archive/refs/tags/1.0.0.tar.gz"
sha256 "ee1c73802449d187eeeea034f9084a54b91c32ac149e4de7a7c5259e536b9826"
license "Apache-2.0"
head "https://github.com/dmalhotra/SCTL.git", branch: "master"

def install
include.install "include/sctl"
include.install "include/sctl.hpp"
end

test do
system "true"
end
end

0 comments on commit 2f66ed2

Please sign in to comment.