diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template index d3c74d694ac7d0..b3fa428b92d74a 100644 --- a/srcpkgs/moby/template +++ b/srcpkgs/moby/template @@ -2,10 +2,10 @@ # should be kept in sync with docker-cli pkgname=moby version=29.4.1 -revision=1 +revision=2 build_style=go go_import_path="github.com/docker/docker" -hostmakedepends="go pkg-config" +hostmakedepends="go pkg-config go-md2man" makedepends="libbtrfs-devel device-mapper-devel libnftables-devel libseccomp-devel" depends="containerd iptables xz" short_desc="Container engine for the Docker ecosystem" @@ -25,10 +25,12 @@ do_build() { export DISABLE_WARN_OUTSIDE_CONTAINER=1 GOPATH="$PWD" VERSION="$version" hack/make.sh dynbinary + go-md2man -in man/dockerd.8.md -out man/dockerd.8 } do_install() { vbin bundles/dynbinary-daemon/dockerd vbin bundles/dynbinary-daemon/docker-proxy vsv docker + vman man/dockerd.8 }