net-im/profanity: added ebuild
Package-Manager: Portage-2.3.66, Repoman-2.3.11
This commit is contained in:
parent
c240afb8cd
commit
2621e0b106
3 changed files with 70 additions and 0 deletions
50
net-im/profanity/profanity-0.7.0.ebuild
Normal file
50
net-im/profanity/profanity-0.7.0.ebuild
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="A console based XMPP client inspired by Irssi"
|
||||
HOMEPAGE="http://www.profanity.im/"
|
||||
SRC_URI="https://github.com/profanity-im/profanity/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="libnotify otr gpg xscreensaver omemo"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/expat
|
||||
dev-libs/glib
|
||||
dev-libs/libstrophe:=
|
||||
dev-libs/openssl:0=
|
||||
net-misc/curl
|
||||
sys-apps/util-linux
|
||||
sys-libs/ncurses:=[unicode]
|
||||
dev-libs/libstrophe
|
||||
gpg? ( app-crypt/gpgme:= )
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
otr? ( net-libs/libotr )
|
||||
omemo? ( net-libs/libsignal-protocol-c )
|
||||
xscreensaver? (
|
||||
x11-libs/libXScrnSaver
|
||||
x11-libs/libX11 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable libnotify notifications) \
|
||||
$(use_enable otr) \
|
||||
$(use_enable omemo) \
|
||||
$(use_enable gpg pgp) \
|
||||
$(use_with xscreensaver)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue