aboutsummaryrefslogtreecommitdiff
path: root/community/hugo
diff options
context:
space:
mode:
Diffstat (limited to 'community/hugo')
-rwxr-xr-xcommunity/hugo/build4
-rw-r--r--community/hugo/checksums3
-rw-r--r--community/hugo/depends1
-rw-r--r--community/hugo/meta3
-rw-r--r--community/hugo/sources2
-rw-r--r--community/hugo/version1
6 files changed, 14 insertions, 0 deletions
diff --git a/community/hugo/build b/community/hugo/build
new file mode 100755
index 00000000..5969e085
--- /dev/null
+++ b/community/hugo/build
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+CGO_ENABLED=0 go build -v -mod=vendor
+clinst -Dm755 hugo "$1/usr/bin/hugo"
diff --git a/community/hugo/checksums b/community/hugo/checksums
new file mode 100644
index 00000000..a2af5ac9
--- /dev/null
+++ b/community/hugo/checksums
@@ -0,0 +1,3 @@
+%BLAKE3
+faad6b759b0e2360dd8c0d29b470edd864ead5135efbbd1aed9e3164d7fabb48 v0.119.0.tar.gz
+b35661a83cd4fb570762369864a352628228f38f391d2f71d119c27b8134fa3a hugo-0.119.0-mod-vendor.tar.xz
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/meta b/community/hugo/meta
new file mode 100644
index 00000000..c86f6182
--- /dev/null
+++ b/community/hugo/meta
@@ -0,0 +1,3 @@
+description: Fast static website generator
+license: Apache-2.0
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/hugo/sources b/community/hugo/sources
new file mode 100644
index 00000000..647f5d53
--- /dev/null
+++ b/community/hugo/sources
@@ -0,0 +1,2 @@
+https://github.com/gohugoio/hugo/archive/refs/tags/v0.119.0.tar.gz
+https://dl.carbslinux.org/gomods/hugo-0.119.0-mod-vendor.tar.xz
diff --git a/community/hugo/version b/community/hugo/version
new file mode 100644
index 00000000..3472786c
--- /dev/null
+++ b/community/hugo/version
@@ -0,0 +1 @@
+0.119.0 1