Skip to content

Commit 0ebfbcd

Browse files
committed
Brew formula update for mactop version 0.0.1
1 parent 4632e2f commit 0ebfbcd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pj-mactop.rb

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# typed: false
2+
# frozen_string_literal: true
3+
4+
# This file was generated by GoReleaser. DO NOT EDIT.
5+
class PjMactop < Formula
6+
desc "Apple Silicon Monitor Top written in Go Lang"
7+
homepage "https://github.com/purplejay-io/mactop"
8+
version "0.0.1"
9+
depends_on :macos
10+
11+
if Hardware::CPU.arm?
12+
url "https://github.com/purplejay-io/mactop/releases/download/0.0.1/pj-mactop_0.0.1_darwin_arm64.tar.gz"
13+
sha256 "a8d7b57cf0d00fd1b01bc909e2d4741e8dbb9d81523e553391d3b9f85366ff67"
14+
15+
def install
16+
bin.install "pj-mactop"
17+
end
18+
end
19+
20+
def caveats
21+
<<~EOS
22+
mactop requires macOS 12+, and runs only on Apple Silicon.
23+
EOS
24+
end
25+
end

0 commit comments

Comments
 (0)