Skip to content

Commit

Permalink
h26forge latest-8dde7ec (new formula)
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Jun 29, 2024
1 parent 598cada commit a26ce92
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Formula/h/h26forge.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
class H26forge < Formula
desc "Tool for making syntactically valid but semantically spec-noncompliant videos"
homepage "https://github.com/h26forge/h26forge"
url "https://github.com/h26forge/h26forge/archive/refs/tags/latest-8dde7ec.tar.gz"
sha256 "c4dd98a640cace84ae4dd5df31ac0367e0ee3c95c940883a329006b23b7ad273"
license "MIT"

depends_on "rust" => :build

uses_from_macos "llvm" # for libclang

def install
system "cargo", "install", *std_cargo_args
end

test do
system "#{bin}/h26forge", "generate", "-o", "out.h264"
end
end

0 comments on commit a26ce92

Please sign in to comment.