Closes #42348.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Brian Callahan 2019-07-23 16:05:43 -04:00 committed by Chongyu Zhu
parent 8f8419940c
commit 30dabf9db9
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -1,10 +1,9 @@
class Mg < Formula
desc "Small Emacs-like editor"
# https://devio.us/~bcallah/mg/ is temporarily offline
homepage "https://github.com/ibara/mg"
# https://devio.us/~bcallah/mg/mg-20180421.tar.gz is temporarily offline
url "https://dl.bintray.com/homebrew/mirror/mg-20180421.tar.gz"
sha256 "11215613a360cf72ff16c2b241ea4e71b4b80b2be32c62a770c1969599e663b2"
url "https://github.com/ibara/mg/releases/download/mg-6.5/mg-6.5.tar.gz"
sha256 "3e4bb4582c8d1a72fb798bc320a9eede04f41e7e72a1421193174b1a6fc43cd8"
version_scheme 1
bottle do
cellar :any_skip_relocation
@ -14,8 +13,6 @@ class Mg < Formula
sha256 "f0ea843971bc8cdabbfdfbc663b7ef0d89c8b1d37b5eb303bfcebf83ff6d97a7" => :el_capitan
end
depends_on :macos => :yosemite # older versions don't support fstatat(2)
def install
system "./configure", "--prefix=#{prefix}",
"--mandir=#{man}"