mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
13 lines
427 B
Ruby
13 lines
427 B
Ruby
cask "fromscratch" do
|
|
version "1.4.3"
|
|
sha256 "fd3d8bc1cf8bc7e03dfb584a89e02b3c4da98f44d96eda0979d149dd668d709f"
|
|
|
|
url "https://github.com/Kilian/fromscratch/releases/download/v#{version}/FromScratch-#{version}.dmg",
|
|
verified: "github.com/Kilian/fromscratch/"
|
|
name "FromScratch"
|
|
desc "Autosaving Scratchpad. A simple but smart note-taking app"
|
|
homepage "https://fromscratch.rocks/"
|
|
|
|
app "FromScratch.app"
|
|
end
|