Skip to content

Instantly share code, notes, and snippets.

View mimosa's full-sized avatar
🏔️

Howl王 mimosa

🏔️
View GitHub Profile
@mimosa
mimosa / .macos
Created September 15, 2016 14:12
#!/usr/bin/env bash
#
# by Benjamin Crozat <benjamin@croz.at>
# 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
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