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.2.0/uwuifyy-x86_64-apple-darwin.tar.gz" sha256 "42d6a8bda98579b833d0a4879ab4f2255830982b73e5d3ee83c298c333ec9cca" version "0.2.0" license "MIT" def install bin.install "uwuifyy" end end