homebrew-core/Formula/dyld-headers.rb
Caleb Xu 26fefb87b8
dyld-headers 635.2
Closes #37449.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-03-01 11:05:26 +08:00

14 lines
374 B
Ruby

class DyldHeaders < Formula
desc "Header files for the dynamic linker"
homepage "https://opensource.apple.com/"
url "https://opensource.apple.com/tarballs/dyld/dyld-635.2.tar.gz"
sha256 "e891f256bf0cb570b7bc881a67de94944f973b97a37af5e3deeae7437d27dd37"
bottle :unneeded
keg_only :provided_by_macos
def install
include.install Dir["include/*"]
end
end