net-im/purple-lurch - 0.6.5 (akater)

Search

Install

Install this version:

emerge -a =net-im/purple-lurch-0.6.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-im/purple-lurch-0.6.5

Or alternatively:

emerge --autounmask-write -a =net-im/purple-lurch-0.6.5

Package Information

Description:
Plugin for libpurple implementing OMEMO
Homepage:
https://github.com/gkdr/lurch
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.6.5 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Plugin for libpurple implementing OMEMO"
HOMEPAGE="https://github.com/gkdr/lurch"

SRC_URI="https://github.com/gkdr/lurch/releases/download/v0.6.5/lurch-${PV}-src.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"
KEYWORDS="~amd64 ~x86"

LICENSE="GPL-3"
SLOT="0"
IUSE=""

RDEPEND="
	net-im/pidgin
	dev-libs/mxml
	dev-libs/libxml2
	dev-db/sqlite
	dev-libs/libgcrypt:0
"
DEPEND="${RDEPEND}"

S="${WORKDIR}"

src_compile(){
	emake
}

src_install(){
	emake DESTDIR="${D}" install || die
}

Dependencies

DEPEND

	net-im/pidgin
	dev-libs/mxml
	dev-libs/libxml2
	dev-db/sqlite
	dev-libs/libgcrypt:0

RDEPEND

	net-im/pidgin
	dev-libs/mxml
	dev-libs/libxml2
	dev-db/sqlite
	dev-libs/libgcrypt:0

Manifest for 0.6.5

Type File Size Source URLs
DIST purple-lurch-0.6.5.tar.gz 426064 bytes https://github.com/gkdr/lurch/releases/download/v0.6.5/lurch-0.6.5-src.tar.gz