mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-02-14 16:50:05 +00:00
chore: fixes, several improvements and refactorings (#2)
* chore: fixes * chore: rubocop fixes, linting, etc. * chore: switching to use `brew style` only * chore: use `brew style` for linting, skip example formulae in ci.yml * chore(lint): fixes, additions and tweaks
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Homebrew formula for ExampleTool - a demonstration tool for this tap
|
||||
class ExampleTool < Formula
|
||||
desc "An example tool to demonstrate the tap functionality"
|
||||
desc "Imaginery tool to demonstrate the tap functionality"
|
||||
homepage "https://github.com/ivuorinen/example-tool"
|
||||
url "https://github.com/ivuorinen/example-tool/archive/v1.0.0.tar.gz"
|
||||
url "https://github.com/ivuorinen/example-tool/refs/tags/v1.0.0.tar.gz"
|
||||
sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
license "MIT"
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Homebrew formula for ExampleTool2 - a second demonstration tool for this tap
|
||||
class ExampleTool2 < Formula
|
||||
desc "A second example tool to demonstrate the tap functionality"
|
||||
desc "Second example tool to demonstrate the tap functionality"
|
||||
homepage "https://github.com/ivuorinen/example-tool2"
|
||||
url "https://github.com/ivuorinen/example-tool2/archive/v2.0.0.tar.gz"
|
||||
url "https://github.com/ivuorinen/example-tool2/refs/tags/v2.0.0.tar.gz"
|
||||
sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
license "MIT"
|
||||
|
||||
Reference in New Issue
Block a user