void-packages/srcpkgs/topgrade/template
2022-02-12 17:38:31 +01:00

15 lines
487 B
Bash

# Template file for 'topgrade'
pkgname=topgrade
version=8.2.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=54fe60ef70b21b34c50c0d342ec120aff3a9522ef44a9737f42d5700aed7a1c3
post_install() {
vman topgrade.8
}