From 4378b82330329430bb9efd6a5995ce8dd9691d16 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Tue, 11 Oct 2022 21:30:06 -0500 Subject: [PATCH] add isitup Signed-off-by: jolheiser --- pkgs/isitup.webman-pkg.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pkgs/isitup.webman-pkg.yml diff --git a/pkgs/isitup.webman-pkg.yml b/pkgs/isitup.webman-pkg.yml new file mode 100644 index 0000000..60e5d78 --- /dev/null +++ b/pkgs/isitup.webman-pkg.yml @@ -0,0 +1,32 @@ +tagline: isitup checks if a website is up +about: isitup checks whether a website is up using the https://isitup.org API + +git_user: jolheiser +git_repo: isitup +gitea_url: https://git.jojodev.com +info_url: https://git.jojodev.com/[GIT_USER]/[GIT_REPO] +releases_url: https://git.jojodev.com/[GIT_USER]/[GIT_REPO]/releases/ +source_url: https://git.jojodev.com/[GIT_USER]/[GIT_REPO]/ + +base_download_url: https://git.jojodev.com/[GIT_USER]/[GIT_REPO]/releases/download/v[VER]/ +filename_format: isitup_[VER]_[OS]_[ARCH].[EXT] +version_format: v[VER] +latest_strategy: gitea-release + +os_map: + linux: + name: linux + ext: tar.gz + macos: + name: darwin + ext: tar.gz + win: + name: windows + ext: zip +arch_map: + amd64: x86_64 + "386": i386 + arm64: arm64 +ignore: + - os: macos + arch: "386"