We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4632e2f commit 0ebfbcdCopy full SHA for 0ebfbcd
pj-mactop.rb
@@ -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
19
20
+ def caveats
21
+ <<~EOS
22
+ mactop requires macOS 12+, and runs only on Apple Silicon.
23
+ EOS
24
25
+end
0 commit comments