# Template file for 'topgrade'
pkgname=topgrade
version=13.0.0
revision=1
build_style=cargo
build_helper=qemu
short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-only"
homepage="https://github.com/topgrade-rs/topgrade"
distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz"
checksum=6d83af871b6ce108dd4773c81835734d306b41425c41c533095ca5a82324b049

post_install() {
	local topgrade="${DESTDIR}/usr/bin/topgrade"
	for shell in bash fish zsh; do
		vtargetrun ${topgrade} --gen-completion ${shell} > topgrade.${shell}
		vcompletion topgrade.${shell} ${shell}
	done

	vtargetrun ${topgrade} --gen-manpage > topgrade.8
	vman topgrade.8
}
