From dccfebf05e12f4e690bac7f3ad7f8b2ae5cf5c4b Mon Sep 17 00:00:00 2001 From: jolheiser Date: Tue, 25 Oct 2022 15:50:45 -0500 Subject: [PATCH] add trending Signed-off-by: jolheiser --- pkgs/trending.webman-pkg.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pkgs/trending.webman-pkg.yml diff --git a/pkgs/trending.webman-pkg.yml b/pkgs/trending.webman-pkg.yml new file mode 100644 index 0000000..17944f8 --- /dev/null +++ b/pkgs/trending.webman-pkg.yml @@ -0,0 +1,36 @@ +tagline: Get a list of trending repositories from GitHub +about: | + trending gets a list of trending repositories from GitHub. + + Configurable languages + Configurable timeframe (daily, weekly, monthly) + +git_user: jolheiser +git_repo: trending +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: trending_[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"