fcitx-remote-for-osx: add depends_on :macos

master
danielnachun 2021-08-09 00:35:33 -07:00 committed by BrewTestBot
parent 28da629edc
commit f410eecd91
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 1 deletions

View File

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