e1b032fb97
The patch was erroneously applied after a github user claimed it to be a security issue, and later it was determined that this user was going around tricking various projects into applying their patch that had been exlicitly declined by upstream (xsf/xeps#894). There's probably a dialog to happen here around relative security of accepting unverified patches in the name of 'security' but this is neither the time nor the place.
16 lines
642 B
Bash
16 lines
642 B
Bash
# Template file for 'lurch'
|
|
pkgname=lurch
|
|
version=0.6.8
|
|
revision=4
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
hostmakedepends="cmake pkg-config"
|
|
makedepends="libgcrypt-devel libglib-devel libpurple-devel libxml2-devel mxml-devel sqlite-devel"
|
|
short_desc="Pidgin/libpurple plugin for XEP-0384: OMEMO Encryption"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/gkdr/lurch"
|
|
distfiles="https://github.com/gkdr/lurch/releases/download/v${version}/lurch-${version}-src.tar.gz"
|
|
checksum=2e2447b5fe6b1ae4f08d8c79a2a846c70290685d6e338bf5ea8f59705bd2b19f
|
|
|
|
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib/purple-2"
|