jolheiser
/
webman-pkgs
Archived
1
0
Fork 0
Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2022-08-23 15:06:42 -05:00
parent d10b6e6a4f
commit 1d634a8e2c
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
tagline: Git extension for Gitea
about: |
Personal git extension for Gitea stuff
git_user: jolheiser
git_repo: git-ea
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: git-ea_[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"