New package: i3blocks-1.3.

This commit is contained in:
Eivind Uggedal 2014-11-10 10:04:50 +00:00
parent 3d33bbf080
commit aa4d7feb93
1 changed files with 17 additions and 0 deletions

17
srcpkgs/i3blocks/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'i3blocks'
pkgname=i3blocks
version=1.3
revision=1
build_style=gnu-makefile
short_desc="Flexible scheduler for i3bar"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3"
homepage="https://github.com/vivien/$pkgname"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=d1c46aed1df766758e000ca18e8cd0fbf0176f99c95a80dd3b036231a0b149ab
pre_build() {
# Do not build man pages since we don't have ronn:
sed -i '/install.*share\/man\/man1/d' Makefile
sed -i 's/install: all man/install: all/' Makefile
}