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 "813cfb16c72237c3fc7cb24cc744813a19e88bdd6225a6ac9dfe6dd3498e8f08" version "0.2.0" license "MIT" def install bin.install "uwuifyy" end end