New package: i3blocks-1.3.
This commit is contained in:
parent
3d33bbf080
commit
aa4d7feb93
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue