From d10b6e6a4f3579a2dfcaa6e92b17a072f8ae589c Mon Sep 17 00:00:00 2001 From: jolheiser Date: Tue, 9 Aug 2022 14:00:50 -0500 Subject: [PATCH] Add Imp Signed-off-by: jolheiser --- pkgs/imp.webman-pkg.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pkgs/imp.webman-pkg.yml diff --git a/pkgs/imp.webman-pkg.yml b/pkgs/imp.webman-pkg.yml new file mode 100644 index 0000000..1dd3cb7 --- /dev/null +++ b/pkgs/imp.webman-pkg.yml @@ -0,0 +1,33 @@ +tagline: Import re-formatter +about: | + imp is an opinionated import formatter + +git_user: jolheiser +git_repo: imp +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: imp_[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"