fcitx-remote-for-osx: add depends_on :macos
parent
28da629edc
commit
f410eecd91
|
@ -3,7 +3,7 @@ class FcitxRemoteForOsx < Formula
|
||||||
homepage "https://github.com/xcodebuild/fcitx-remote-for-osx"
|
homepage "https://github.com/xcodebuild/fcitx-remote-for-osx"
|
||||||
url "https://github.com/xcodebuild/fcitx-remote-for-osx/archive/0.3.0.tar.gz"
|
url "https://github.com/xcodebuild/fcitx-remote-for-osx/archive/0.3.0.tar.gz"
|
||||||
sha256 "b4490a6a0db3c28ce3ddbe89dd038f5ab404744539adc5520eab1a1a39819de6"
|
sha256 "b4490a6a0db3c28ce3ddbe89dd038f5ab404744539adc5520eab1a1a39819de6"
|
||||||
license "GPL-3.0"
|
license "GPL-3.0-or-later"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
rebuild 1
|
rebuild 1
|
||||||
|
@ -15,6 +15,8 @@ class FcitxRemoteForOsx < Formula
|
||||||
sha256 cellar: :any_skip_relocation, sierra: "16efcc3f2a5ac6fd63bfea3d85286fac823cc7b21520d85f46d0b3c066668671"
|
sha256 cellar: :any_skip_relocation, sierra: "16efcc3f2a5ac6fd63bfea3d85286fac823cc7b21520d85f46d0b3c066668671"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
depends_on :macos
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./build.py", "build", "general"
|
system "./build.py", "build", "general"
|
||||||
bin.install "fcitx-remote-general"
|
bin.install "fcitx-remote-general"
|
||||||
|
|
Loading…
Reference in New Issue