Add uwuifyy formula
parent
bd882f2a72
commit
944a2d804a
@ -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
|
Loading…
Reference in New Issue