mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-18 10:02:45 -05:00
rename dev_scripts to dev-scripts, move homebrew template into its own folder
This commit is contained in:
parent
708453b648
commit
27f3a80741
10 changed files with 37 additions and 40 deletions
26
dev-scripts/homebrew/eigenwallet.rb.template
Normal file
26
dev-scripts/homebrew/eigenwallet.rb.template
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
cask "eigenwallet" do
|
||||
version "VERSION_PLACEHOLDER"
|
||||
|
||||
on_arm do
|
||||
sha256 "AARCH64_SHA256_PLACEHOLDER"
|
||||
url "https://github.com/eigenwallet/core/releases/download/#{version}/eigenwallet_#{version}_aarch64.dmg"
|
||||
end
|
||||
|
||||
on_intel do
|
||||
sha256 "X64_SHA256_PLACEHOLDER"
|
||||
url "https://github.com/eigenwallet/core/releases/download/#{version}/eigenwallet_#{version}_x64.dmg"
|
||||
end
|
||||
|
||||
name "Eigenwallet"
|
||||
desc "GUI for XMR<>BTC Atomic Swaps"
|
||||
homepage "https://github.com/eigenwallet/core"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
|
||||
app "eigenwallet.app"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue