Skip to content

Commit

Permalink
tmp v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er authored May 14, 2024
1 parent d43ce32 commit f69f90e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/tmp.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
class Tmp < Formula
desc "RAII-wrappers for unique temporary files and directories for modern C++"
homepage "https://github.com/bugdea1er/tmp"
url "https://github.com/bugdea1er/tmp/archive/refs/tags/v0.7.tar.gz"
sha256 "6d98e71d4ca08fee1f799b906579f83e67e2c80d1baf73c00024392d070eff51"
url "https://github.com/bugdea1er/tmp/archive/refs/tags/v0.7.1.tar.gz"
sha256 "e01004d36fd462230f98ead6d444f6396d1a58dc89c3347ac3d92ca0b6f936bf"
license "MIT"
head "https://github.com/bugdea1er/tmp.git", branch: "main"

depends_on "cmake" => :build

def install
system "cmake", "-S", ".", "-B", "build", "-DTMP_TEST=OFF", *std_cmake_args
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
end
Expand Down

0 comments on commit f69f90e

Please sign in to comment.