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:
|
versions:
|
||||||
github: charmbracelet/glow
|
github: charmbracelet/glow
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/glow
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script: |
|
||||||
go mod download
|
go mod download
|
||||||
|
|
|
@ -5,6 +5,9 @@ distributable:
|
||||||
versions:
|
versions:
|
||||||
github: charmbracelet/gum
|
github: charmbracelet/gum
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/gum
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script: |
|
||||||
go mod download
|
go mod download
|
||||||
|
|
|
@ -2,6 +2,9 @@ distributable:
|
||||||
url: https://github.com/gohugoio/hugo/archive/v{{ version }}.tar.gz
|
url: https://github.com/gohugoio/hugo/archive/v{{ version }}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/hugo
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: gohugoio/hugo
|
github: gohugoio/hugo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue