20 lines
693 B
Bash
20 lines
693 B
Bash
# Template file for 'i3status-rust'
|
|
pkgname=i3status-rust
|
|
version=0.14.7
|
|
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=4169f003d5d21cb010be4edbdbb5bc09ed4823240d0a5ea8efe23c28f2413bbd
|
|
|
|
post_install() {
|
|
vman man/i3status-rs.1
|
|
}
|