diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 1a241f234e9..88b46c4c244 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,11 +1,10 @@ # Template file for 'hugo' pkgname=hugo version=0.82.1 -revision=2 +revision=3 build_style=go go_import_path="github.com/gohugoio/hugo" -go_build_tags="$(vopt_if extended extended)" -depends="$(vopt_if pygments python3-Pygments)" +go_build_tags="extended" short_desc="Fast & Modern Static Website Engine" maintainer="Andrea Brancaleoni " license="Apache-2.0" @@ -13,11 +12,6 @@ homepage="https://gohugo.io" distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz" checksum=3190ae848fdb1a04339c233faab5934c422d85cf85ea3b0c0b5a842239c84e75 -build_options="pygments extended" -build_options_default="extended" -desc_option_pygments="Alternative syntax highlighter" -desc_option_extended="SASS/SCSS build support for Hugo" - post_install() { vdoc README.md }