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.1.1/uwuifyy-x86_64-apple-darwin.tar.gz"
|
|
sha256 "74097dee8536f6103f4702937d88fc518b5deafcf4fb43d0489f9058e0c1dd43"
|
|
version "0.1.1"
|
|
license "MIT"
|
|
|
|
def install
|
|
bin.install "uwuifyy"
|
|
end
|
|
end
|