2011-11-23 07:48:31 +00:00
|
|
|
# Template file for 'i3status'
|
|
|
|
pkgname=i3status
|
2012-06-05 12:53:49 +00:00
|
|
|
version=2.5.1
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2012-06-05 12:53:49 +00:00
|
|
|
build_style=gnu-makefile
|
|
|
|
depends="libcap-progs"
|
|
|
|
makedepends="asciidoc yajl-devel confuse-devel wireless_tools-devel alsa-lib-devel"
|
|
|
|
conf_files="/etc/i3status.conf"
|
2011-11-23 07:48:31 +00:00
|
|
|
short_desc="Generates status bar to use with dzen2 or xmobar."
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="BSD"
|
2012-06-05 12:53:49 +00:00
|
|
|
homepage="http://i3wm.org/i3status"
|
|
|
|
distfiles="${homepage}/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=7734efdf79a77617023f1e6d80080251eab3a05defb67313283568511d3e58f2
|
2011-11-23 07:48:31 +00:00
|
|
|
long_desc="
|
|
|
|
i3 is a tiling window manager, completely written from scratch. The target
|
|
|
|
platforms are GNU/Linux and BSD operating systems, our code is Free and Open
|
|
|
|
Source Software (FOSS) under the BSD license. i3 is primarily targeted at
|
|
|
|
advanced users and developers."
|
|
|
|
|
2012-06-05 12:53:49 +00:00
|
|
|
post_install() {
|
2011-11-23 07:48:31 +00:00
|
|
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
|
|
|
}
|