This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# by Benjamin Crozat <[email protected]> | |
# https://benjamincrozat.com | |
# | |
# Inspired by Mathias Bynens' .macos file. | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.macos | |
# | |
# Not entirely tested yet. Does not fully work on macOS Sierra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Libxslt < Formula | |
homepage 'http://xmlsoft.org/XSLT/' | |
url 'ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz' | |
mirror 'http://xmlsoft.org/sources/libxslt-1.1.28.tar.gz' | |
sha1 '4df177de629b2653db322bfb891afa3c0d1fa221' | |
keg_only :provided_by_osx |