quchao / homebrew-wats

My own formulae for the Homebrew package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew formulae

Formulae:

  • dnsmasq-fast-lookup.rb: A fork of the original lightweight DNS forwarder and DHCP server, featuring fast ipset/server/address lookups.
  • haproxy-libressl.rb: Reliable, high performance TCP/HTTP load balancer w/ LibreSSL.
  • nali.rb: A tool to display geolocation info of an IP (in Chinese) which could be used in pipelines as well. The geolocation data is from ipip.net and converted into qqwry.dat format with this tool.

To get more info about a specific formula, run brew info QuChao/wats/<formula>.

How to Use

To install a formula, just brew install QuChao/wats/<formula>.

Or brew tap QuChao/wats and then brew install <formula>.

Or install via URL (which will not receive updates):

brew install https://raw.githubusercontent.com/QuChao/homebrew-wats/master/Formula/<formula>.rb

Documentation

brew help, man brew or check Homebrew's documentation.

About

My own formulae for the Homebrew package manager

License:MIT License


Languages

Language:Ruby 100.0%