mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
some missing provides
This commit is contained in:
parent
7897fc6c92
commit
2b07e10295
3 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,9 @@ distributable:
|
|||
versions:
|
||||
github: charmbracelet/glow
|
||||
|
||||
provides:
|
||||
- bin/glow
|
||||
|
||||
build:
|
||||
script: |
|
||||
go mod download
|
||||
|
|
|
@ -5,6 +5,9 @@ distributable:
|
|||
versions:
|
||||
github: charmbracelet/gum
|
||||
|
||||
provides:
|
||||
- bin/gum
|
||||
|
||||
build:
|
||||
script: |
|
||||
go mod download
|
||||
|
|
|
@ -2,6 +2,9 @@ distributable:
|
|||
url: https://github.com/gohugoio/hugo/archive/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/hugo
|
||||
|
||||
versions:
|
||||
github: gohugoio/hugo
|
||||
|
||||
|
|
Loading…
Reference in a new issue