You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
444 B
Ruby
13 lines
444 B
Ruby
class Uwuifyy < Formula
|
|
desc "A robust, customizable, efficient and easy-to-use command line application to uwu'ify your text!"
|
|
homepage "https://github.com/sgoudham/uwuifyy"
|
|
url "https://github.com/sgoudham/uwuifyy/releases/download/v0.3.0/uwuifyy-x86_64-apple-darwin.tar.gz"
|
|
sha256 "1c2f1e606686264066042309b0d3d254a6724a7f43a6b316c80e590a03201369"
|
|
version "0.3.0"
|
|
license "MIT"
|
|
|
|
def install
|
|
bin.install "uwuifyy"
|
|
end
|
|
end
|