joplin: migrate to cask

Closes #59053.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
miccal 2020-08-03 07:41:29 +08:00 committed by BrewTestBot
parent ffe35ebe0e
commit 409957ea1e
2 changed files with 1 additions and 35 deletions

View File

@ -1,35 +0,0 @@
require "language/node"
class Joplin < Formula
desc "Note taking and to-do application with synchronisation capabilities"
homepage "https://joplin.cozic.net/"
url "https://registry.npmjs.org/joplin/-/joplin-1.0.164.tgz"
sha256 "d4292ee33a108dd917d951644d0be7fe63b50d8108504758b1ad7c0b798c0539"
license "MIT"
livecheck do
url :stable
end
bottle do
sha256 "b1db2009b91e989c0fef249e97cd6510061bc76d7deb4156c5b0ff48cf1b25f6" => :catalina
sha256 "db19b4eaf3006ab2d5854cfe40385f5786f67038f593fa8f250ad62af9326c0d" => :mojave
sha256 "20a106fc8277d35fbc9fab011d62e3c3184249c9c87a30282094717294145bf8" => :high_sierra
end
depends_on "pkg-config" => :build
depends_on "node"
depends_on "sqlite"
depends_on "vips"
def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec),
"--sqlite=#{Formula["sqlite"].opt_prefix}"
bin.install_symlink Dir["#{libexec}/bin/*"]
end
test do
system bin/"joplin", "config", "editor", "subl"
assert_match "editor = subl", shell_output("#{bin}/joplin config")
end
end

View File

@ -20,6 +20,7 @@
"gtkwave": "homebrew/cask",
"horndis": "homebrew/cask",
"inkscape": "homebrew/cask",
"joplin": "homebrew/cask",
"jsl": "homebrew/cask",
"keybase": "homebrew/cask",
"meld": "homebrew/cask",