This repository has been archived on 2022-10-25. You can view files and clone it, but cannot push or open issues/pull-requests.
2022-07-25 04:30:57 +00:00
|
|
|
tagline: Go Package Mapping
|
|
|
|
about: |
|
|
|
|
gpm calls out to a configurable server to find a mapping from i.e. ff -> github.com/peterbourgon/ff/v3
|
|
|
|
|
|
|
|
git_user: jolheiser
|
|
|
|
git_repo: gpm
|
|
|
|
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]/
|
2022-07-25 04:31:57 +00:00
|
|
|
filename_format: gpm_[VER]_[OS]_[ARCH].[EXT]
|
2022-07-25 04:30:57 +00:00
|
|
|
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"
|