16 lines
487 B
Bash
16 lines
487 B
Bash
# Template file for 'topgrade'
|
|
pkgname=topgrade
|
|
version=9.0.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=71277152555cfaf1359884a5d094ba841b9b6fc679337871b87476ec5a11c168
|
|
|
|
post_install() {
|
|
vman topgrade.8
|
|
}
|