void-packages/srcpkgs/i3lock-color/template

26 lines
766 B
Bash

# Template file for 'i3lock-color'
pkgname=i3lock-color
version=2.11
revision=1
wrksrc="${pkgname}-${version}-c"
build_style=gnu-configure
hostmakedepends="pkg-config automake"
makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel xcb-util-devel
xcb-util-image-devel libjpeg-turbo-devel"
short_desc="Screenlocker forked from i3lock with more features"
maintainer="jtalowell <jtalowell@protonmail.com>"
license="MIT"
homepage="https://github.com/PandorasFox/i3lock-color"
distfiles="https://github.com/PandorasFox/i3lock-color/archive/${version}-c.tar.gz"
checksum=376122e9dd6fd4e3572cb5114ca59417a9da4a8c3d65c347f5bf36e3058d077e
conf_files="/etc/pam.d/i3lock"
conflicts="i3lock"
pre_configure() {
autoreconf -i
}
post_install() {
vlicense LICENSE
}