summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1b9a0e75a8900375d7b6ab9185e2e7728f64cbd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maintainer: Vlad Panazan <brgdvz@gmail.com>

pkgname=i3status-rust-bin
pkgver=0.13.0
pkgrel=1
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust'
url="https://github.com/greshake/i3status-rust"
arch=('x86_64')
license=('GPL3')
depends=('libpulse')
optdepends=('alsa-utils: For the volume block'
            'bluez: For the bluetooth block'
            'curl: For the weather block'
            'ibus: For the ibus block'
            'lm_sensors: For the temperature block'
            'networkmanager: For the networkmanager block'
            'powerline-fonts: For all themes using the powerline arrow char'
            'pulseaudio: For the volume block'
            'speedtest-cli: For the speedtest block'
            'ttf-font-awesome-4: For the awesome icons'
            'upower: For the battery block')
provides=('i3status-rust')
conflicts=('i3status-rust')
source=("https://github.com/greshake/i3status-rust/releases/download/v${pkgver}/i3status-rust_${pkgver}_amd64.deb")
sha256sums=('935f35409821b9d5a22d8744f346e5438df4df0048a1280d7c3189ea295f9f5b')

package() {
  tar -xJf data.tar.xz -C "${pkgdir}"
  # install -Dm755 i3status-rs "$pkgdir/usr/bin/i3status-rs"
}