Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 687d231

Browse files
authored
Merge pull request #192 from Homebrew/portable-libyaml
portable-libyaml: move to GitHub tag
2 parents 33ee905 + 6b3fd0c commit 687d231

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Formula/portable-libyaml.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
class PortableLibyaml < PortableFormula
44
desc "YAML Parser"
55
homepage "https://github.com/yaml/libyaml"
6-
url "https://github.com/yaml/libyaml/releases/download/0.2.5/yaml-0.2.5.tar.gz"
7-
sha256 "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
6+
url "https://github.com/yaml/libyaml/archive/refs/tags/0.2.5.tar.gz"
7+
sha256 "fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e"
88
license "MIT"
99

10+
depends_on "autoconf" => :build
11+
depends_on "automake" => :build
12+
depends_on "libtool" => :build
13+
1014
def install
15+
system "./bootstrap"
1116
system "./configure", *portable_configure_args,
1217
"--disable-dependency-tracking",
1318
"--prefix=#{prefix}",

0 commit comments

Comments
 (0)