Commit 4951ce2 1 parent 4335b47 commit 4951ce2 Copy full SHA for 4951ce2
File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
class Uniqs < Formula
2
- desc "` uniq(1)` alternative with streaming support"
2
+ desc "Rust uniq(1) alternative with streaming support"
3
3
homepage "https://github.com/simnalamburt/uniqs"
4
- url "https://github.com/simnalamburt/uniqs/archive/refs/tags/v0.1.0 .tar.gz"
5
- sha256 "cf2e4768d3d558d8f5f26cdd28dd654b8699d9b7718ba7339f3b86ef97683d88 "
4
+ url "https://github.com/simnalamburt/uniqs/archive/refs/tags/v0.1.1 .tar.gz"
5
+ sha256 "0721253f5585621071c8e621ff0b30901373e19ff18f8c1220ad4f1338c1fe08 "
6
6
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT) but `brew audit` doesn't support dual licensing
7
7
8
- bottle do
9
- root_url "https://github.com/simnalamburt/homebrew-x/releases/download/uniqs-0.1.0"
10
- sha256 cellar : :any_skip_relocation , arm64_ventura : "01c6029435ecb21b3c33add3442a59a7d37926ee929689c8a2dcd29b3f322bc7"
11
- end
12
-
13
8
depends_on "rust" => :build
14
9
15
10
def install
16
11
system "cargo" , "install" , *std_cargo_args
12
+
13
+ generate_completions_from_executable ( bin /"uniqs" , "completion" )
17
14
end
18
15
end
You can’t perform that action at this time.
0 commit comments