16 lines
487 B
Bash
16 lines
487 B
Bash
# Template file for 'topgrade'
|
|
pkgname=topgrade
|
|
version=9.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/r-darwish/topgrade"
|
|
distfiles="https://github.com/r-darwish/topgrade/archive/v${version}.tar.gz"
|
|
checksum=70a1cf2c6a4de41e4c708409842968f3cf05dd5f238efac7ca0f1c9064be670a
|
|
|
|
post_install() {
|
|
vman topgrade.8
|
|
}
|