16 lines
502 B
Bash
16 lines
502 B
Bash
# Template file for 'topgrade'
|
|
pkgname=topgrade
|
|
version=10.1.2
|
|
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/topgrade-rs/topgrade"
|
|
distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=978d6cf2c5d6ab71fe21960a98c27050c3ead132f322dd268abc287185dbef60
|
|
|
|
post_install() {
|
|
vman topgrade.8
|
|
}
|