New package: gajim-omemo-2.6.29
This commit is contained in:
parent
52b70bd766
commit
a56199c9e6
20
srcpkgs/gajim-omemo/template
Normal file
20
srcpkgs/gajim-omemo/template
Normal file
@ -0,0 +1,20 @@
|
||||
# Template file for 'gajim-omemo'
|
||||
pkgname=gajim-omemo
|
||||
version=2.6.29
|
||||
revision=1
|
||||
wrksrc="omemo"
|
||||
hostmakedepends="unzip"
|
||||
depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"
|
||||
short_desc="Gajim plugin for OMEMO Encryption"
|
||||
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
|
||||
distfiles="https://ftp.gajim.org/plugins_releases/${pkgname#gajim-}_${version}.zip"
|
||||
checksum=f1ed4690080cd10983135c206b8b5ef62b4aa28dd21a5cf1c294f59d272e2ed6
|
||||
|
||||
|
||||
do_install() {
|
||||
rm CHANGELOG COPYING
|
||||
install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
|
||||
cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user