···11+# SPDX-License-Identifier: AGPL-3.0-only
22+# SPDX-FileCopyrightText: MatrixFurry <matrix@matrixfurry.com>
33+cask "vrc-advert" do
44+ on_linux do
55+ version "1.0.1"
66+ sha256 "996e863b6d4d725d3d18fd3a27b5ea503d55d281c2f15332c2556a1484f503fa"
77+88+ url "https://github.com/galister/VrcAdvert/releases/download/v#{version}/VrcAdvert"
99+ name "VrcAdvert"
1010+ desc "Advertise your OSC app via OSCQuery. To be used with VRChat."
1111+ homepage "https://github.com/galister/VrcAdvert"
1212+1313+ livecheck do
1414+ url #{homepage}
1515+ strategy :git
1616+ end
1717+1818+ depends_on arch: :x86_64
1919+2020+ binary "VrcAdvert"
2121+2222+ # TODO: Look for files that should go here
2323+ zap trash: ""
2424+ end
2525+end