diff --git a/Formula/uwuifyy.rb b/Formula/uwuifyy.rb new file mode 100644 index 0000000..8698ad6 --- /dev/null +++ b/Formula/uwuifyy.rb @@ -0,0 +1,12 @@ +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