From 09ece6246eadcb407406213dda215e221e36e88e Mon Sep 17 00:00:00 2001 From: quirinecker Date: Thu, 23 Oct 2025 20:46:16 +0200 Subject: [PATCH] updated build dependencies + remote --- Formula/docki.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Formula/docki.rb b/Formula/docki.rb index f4923eb..b28f58d 100644 --- a/Formula/docki.rb +++ b/Formula/docki.rb @@ -4,13 +4,16 @@ class Docki < Formula desc "" homepage "" - url "https://gitlab.com/quirinecker/docki-cli.git", branch: "main" + url "https://github.com/quirinecker/docki.git", branch: "main" version "1.0" sha256 "" license "" - head "https://gitlab.com/quirinecker/docki-cli.git", branch: "main" + head "https://github.com/quirinecker/docki.git", branch: "main" depends_on "rust" => :build + depends_on "pkg-config" => :build + depends_on "openssl@3" => :build + depends_on "asciidoctor" def install # ENV.deparallelize # if your formula fails when building in parallel