void-packages/srcpkgs/topgrade/template
2022-04-09 11:40:56 +02:00

16 lines
487 B
Bash

# Template file for 'topgrade'
pkgname=topgrade
version=8.3.0
revision=1
build_style=cargo
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/r-darwish/topgrade"
distfiles="https://github.com/r-darwish/topgrade/archive/v${version}.tar.gz"
checksum=a818cbdc64aafe77a589299d5717988fd5e5403af0998a9945b9d17a5b6f499b
post_install() {
vman topgrade.8
}