mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hugo: enable extended
option by default
Sass support is nice to have even though most people might not use it. Also fix to use the right `Pygments` package name and remove `git` in hostmakedepends.
This commit is contained in:
parent
2b406a1789
commit
4c60bf6e62
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'hugo'
|
# Template file for 'hugo'
|
||||||
pkgname=hugo
|
pkgname=hugo
|
||||||
version=0.82.1
|
version=0.82.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gohugoio/hugo"
|
go_import_path="github.com/gohugoio/hugo"
|
||||||
go_build_tags="$(vopt_if extended extended)"
|
go_build_tags="$(vopt_if extended extended)"
|
||||||
hostmakedepends="git"
|
depends="$(vopt_if pygments python3-Pygments)"
|
||||||
depends="$(vopt_if pygments python-Pygments)"
|
|
||||||
short_desc="Fast & Modern Static Website Engine"
|
short_desc="Fast & Modern Static Website Engine"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
@ -15,6 +14,7 @@ distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
|
||||||
checksum=3190ae848fdb1a04339c233faab5934c422d85cf85ea3b0c0b5a842239c84e75
|
checksum=3190ae848fdb1a04339c233faab5934c422d85cf85ea3b0c0b5a842239c84e75
|
||||||
|
|
||||||
build_options="pygments extended"
|
build_options="pygments extended"
|
||||||
|
build_options_default="extended"
|
||||||
desc_option_pygments="Alternative syntax highlighter"
|
desc_option_pygments="Alternative syntax highlighter"
|
||||||
desc_option_extended="SASS/SCSS build support for Hugo"
|
desc_option_extended="SASS/SCSS build support for Hugo"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue