2018-09-10 00:42:26 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://i3wm.org/i3status/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Generates status bar to use with i3bar"
|
2019-01-21 17:50:21 +01:00
|
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
2019-05-17 00:18:48 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
|
2019-07-18 00:50:54 +02:00
|
|
|
TERMUX_PKG_VERSION=2.13
|
2019-08-14 16:52:23 +02:00
|
|
|
TERMUX_PKG_REVISION=2
|
2018-09-10 00:42:26 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://i3wm.org/i3status/i3status-${TERMUX_PKG_VERSION}.tar.bz2
|
2019-07-18 00:50:54 +02:00
|
|
|
TERMUX_PKG_SHA256=ce89c9ff8565f62e88299f1a611229afdfc356b4e97368a5f8c4f06ad2fa1466
|
2018-10-04 23:23:39 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libandroid-glob, libconfuse, libnl, libpulseaudio, yajl"
|
2018-09-10 00:42:26 +02:00
|
|
|
TERMUX_PKG_CONFFILES="etc/i3status.conf"
|
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
2019-07-19 01:35:41 +02:00
|
|
|
autoreconf -fi
|
2018-09-10 00:42:26 +02:00
|
|
|
}
|