void-packages/srcpkgs/profanity/template

31 lines
906 B
Plaintext

# Template file for 'profanity'
pkgname=profanity
version=0.4.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="glib-devel expat-devel ncurses-devel gnutls-devel libotr-devel libcurl-devel libstrophe-git"
short_desc="A console based XMPP client"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.profanity.im/"
distfiles="http://www.profanity.im/${pkgname}-${version}.tar.gz"
checksum=9b65095a6bf971c423d7512433fcae95c25f2de1355fbd6d8e4794a9c72c9021
# Package build options
build_options="notify xscreensaver"
if [ "$build_option_notify" ]; then
configure_args+=" --enable-notifications"
makedepends+=" libnotify-devel"
else
configure_args+=" --disable-notifications"
fi
if [ "$build_option_xscreensaver" ]; then
configure_args+=" --with-xscreensaver"
makedepends+=" libXScrnSaver-devel"
else
configure_args+=" --without-xscreensaver"
fi