16 lines
502 B
Bash
16 lines
502 B
Bash
# Template file for 'topgrade'
|
|
pkgname=topgrade
|
|
version=10.0.1
|
|
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=908ec302fda3a0549e49c4c19f1e3e2cbaba08dd8b7301c59370569a86a9f09a
|
|
|
|
post_install() {
|
|
vman topgrade.8
|
|
}
|