mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
i3status-rust: add man page and changelog.
This commit is contained in:
parent
b9a20f16ce
commit
1010132e5c
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'i3status-rust'
|
# Template file for 'i3status-rust'
|
||||||
pkgname=i3status-rust
|
pkgname=i3status-rust
|
||||||
version=0.14.1
|
version=0.14.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="dbus-devel pulseaudio-devel"
|
makedepends="dbus-devel pulseaudio-devel"
|
||||||
|
@ -9,5 +9,10 @@ short_desc="Replacement for i3status, written in Rust"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/greshake/i3status-rust"
|
homepage="https://github.com/greshake/i3status-rust"
|
||||||
|
changelog="https://raw.githubusercontent.com/greshake/i3status-rust/master/NEWS.md"
|
||||||
distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
|
distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
|
||||||
checksum=bd22d28b8c3d35c93610b9f46a04fe49a92d62a466dbf0669ceb6b77943c5406
|
checksum=bd22d28b8c3d35c93610b9f46a04fe49a92d62a466dbf0669ceb6b77943c5406
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vman man/i3status-rs.1
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue