mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 10:03:51 +02:00
19 lines
693 B
Bash
19 lines
693 B
Bash
# Template file for 'i3status-rust'
|
|
pkgname=i3status-rust
|
|
version=0.20.2
|
|
revision=1
|
|
build_style=cargo
|
|
make_check_args="--bins"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="dbus-devel pulseaudio-devel openssl-devel"
|
|
short_desc="Replacement for i3status, written in Rust"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="GPL-3.0-only"
|
|
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"
|
|
checksum=8e4a90813d66cf02a51d2d266524fb7b848dc35253b80508c89e49657bd1a83f
|
|
|
|
post_install() {
|
|
vman man/i3status-rs.1
|
|
}
|