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