I hereby claim:
- I am bmoyles on github.
- I am bmoyles (https://keybase.io/bmoyles) on keybase.
- I have a public key whose fingerprint is 019E 90E1 9828 719C 4CBC 20AC EFB8 3316 83AC 5742
To claim this, I am signing this object:
Original text here: http://www.heartmindcode.com/blog/2013/08/loyalty-and-layoffs/ |
class MuslCross < Formula | |
desc "Linux cross compilers based on musl libc" | |
homepage "https://github.com/richfelker/musl-cross-make" | |
head "https://github.com/richfelker/musl-cross-make.git" | |
bottle do | |
cellar :any_skip_relocation | |
end | |
option "with-arm-hf", "Build cross-compilers targeting arm-linux-musleabihf" |
I hereby claim:
To claim this, I am signing this object:
# ensure any xen virtual block devices named xvdN get a sdN symlink for consistency | |
KERNEL=="xvd*", PROGRAM="/sbin/ec2udev-vbd %k", SYMLINK+="%c" |
color_prompt= | |
if [[ -z ${NO_COLOR_PROMPT:-} ]] && \ | |
[[ ! -e ${HOME}/.no_color_prompt ]] && \ | |
[[ -r /etc/bash_colors ]] | |
then | |
if [[ -x /usr/bin/tput ]] && tput setaf 1 >&/dev/null; then | |
# We have color support; assume it's compliant with Ecma-48 | |
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such | |
# a case would tend to support setf rather than setaf.) | |
color_prompt=yes |