This commit is contained in:
Max Howell 2022-08-19 16:08:56 -04:00 committed by GitHub
parent b2897a173a
commit 7f9b67a3eb

View file

@ -0,0 +1,19 @@
distributable:
url: https://github.com/gohugoio/hugo/archive/v{{ version }}.tar.gz
strip-components: 1
versions:
github: gohugoio/hugo
# TODO completion is available by running the command
build:
script: |
go build
mkdir -p "{{ prefix }}"/bin
mv hugo "{{ prefix }}"/bin
dependencies:
go.dev: ^1.18 # probs higher than is true
test:
hugo version