lux: renamed from annie

Closes #93049.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Xinzhao Xu 2022-01-13 13:49:44 +08:00 committed by BrewTestBot
parent 31a5323a5e
commit 897e3b932c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
3 changed files with 19 additions and 28 deletions

View File

@ -1,28 +0,0 @@
class Annie < Formula
desc "Fast, simple and clean video downloader"
homepage "https://github.com/iawia002/annie"
url "https://github.com/iawia002/annie/archive/v0.11.0.tar.gz"
sha256 "6b3e005b6bc2519e2c7b4767fcf66a49dc3e8d34c19cd3c6c3d5517720d4f3ff"
license "MIT"
head "https://github.com/iawia002/annie.git", branch: "master"
bottle do
sha256 cellar: :any_skip_relocation, arm64_monterey: "ebd52671b516b88417c653b1ecd711b69293279cca6fcbbf6a8bc1b8338b3fda"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "c771f2ab18245eb22665bfec9936d4d1964ef1676145ae03690d1b8d3336c712"
sha256 cellar: :any_skip_relocation, monterey: "739f235a703564ce4627eb4f782cc4ca9d42943d863dac3ae18e821087848608"
sha256 cellar: :any_skip_relocation, big_sur: "3d3af266455aa28ddcff1c11e05a90e1a279a97b3bad188352e998c1f25307c5"
sha256 cellar: :any_skip_relocation, catalina: "e9d19a6e75fb37cd3cdcf8f93390efc424265faa56b8761333450ae838e51a47"
sha256 cellar: :any_skip_relocation, mojave: "9fec9894f808c30cca4a7a09c99fa1980ab634dc0a08de3bae140e9de1ed8f79"
sha256 cellar: :any_skip_relocation, x86_64_linux: "38bc15fc3fd83383e3a48167997df800417b944ab36645b6acb53da122452eff"
end
depends_on "go" => :build
def install
system "go", "build", *std_go_args
end
test do
system bin/"annie", "-i", "https://www.bilibili.com/video/av20203945"
end
end

18
Formula/lux.rb Normal file
View File

@ -0,0 +1,18 @@
class Lux < Formula
desc "Fast and simple video downloader"
homepage "https://github.com/iawia002/lux"
url "https://github.com/iawia002/lux/archive/v0.12.0.tar.gz"
sha256 "f5bcbe1039219a299908fdd5a540052ef603ff5c8c21c0d64f44c53132c41cdd"
license "MIT"
head "https://github.com/iawia002/lux.git", branch: "master"
depends_on "go" => :build
def install
system "go", "build", *std_go_args
end
test do
system bin/"lux", "-i", "https://www.bilibili.com/video/av20203945"
end
end

View File

@ -1,4 +1,5 @@
{
"annie": "lux",
"antlr2": "antlr@2",
"app-engine-java-sdk": "app-engine-java",
"ark": "velero",