diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-18 14:58:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-18 14:58:41 +0300 |
commit | 53a5484d354c9079a04acaab0bd8affaedf1d17c (patch) | |
tree | 5726c8d7c72a1012819c8ada340fd9b6b7d75bdf | |
parent | 0eedfaa359d2dfc4094f60776b8d9d4c1e9dd560 (diff) | |
download | repository-53a5484d354c9079a04acaab0bd8affaedf1d17c.tar.gz |
hugo: add new package at 0.85.0
-rwxr-xr-x | community/hugo/build | 9 | ||||
-rw-r--r-- | community/hugo/checksums | 1 | ||||
-rw-r--r-- | community/hugo/depends | 1 | ||||
-rw-r--r-- | community/hugo/sources | 1 | ||||
-rw-r--r-- | community/hugo/version | 1 |
5 files changed, 13 insertions, 0 deletions
diff --git a/community/hugo/build b/community/hugo/build new file mode 100755 index 00000000..549e29ad --- /dev/null +++ b/community/hugo/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export GOPATH=$PWD/gopath + +trap "go clean -modcache" EXIT INT +go mod vendor + +CGO_ENABLED=0 go build +install -Dm755 hugo "$1/usr/bin/hugo" diff --git a/community/hugo/checksums b/community/hugo/checksums new file mode 100644 index 00000000..8d73de85 --- /dev/null +++ b/community/hugo/checksums @@ -0,0 +1 @@ +9f1c983fe649f0d602481c848ebf863c9d3b3bc9c0e6a237c35e96e33a1b5d24 v0.85.0.tar.gz diff --git a/community/hugo/depends b/community/hugo/depends new file mode 100644 index 00000000..b0fc1c1a --- /dev/null +++ b/community/hugo/depends @@ -0,0 +1 @@ +go make diff --git a/community/hugo/sources b/community/hugo/sources new file mode 100644 index 00000000..95284878 --- /dev/null +++ b/community/hugo/sources @@ -0,0 +1 @@ +https://github.com/gohugoio/hugo/archive/refs/tags/v0.85.0.tar.gz diff --git a/community/hugo/version b/community/hugo/version new file mode 100644 index 00000000..19f46613 --- /dev/null +++ b/community/hugo/version @@ -0,0 +1 @@ +0.85.0 1 |