New package: gajim-otr-1.9.8

Closes: #5960 [via git-merge-pr]
This commit is contained in:
Helmut Pozimski 2017-02-07 21:27:39 +01:00 committed by Jürgen Buchmüller
parent f3a59f12cc
commit 46bbd82b2b

View file

@ -0,0 +1,19 @@
# Template file for 'gajim-otr'
pkgname=gajim-otr
version=1.9.8
revision=1
hostmakedepends="unzip"
depends="python-crypto"
noarch=yes
short_desc="OTR Plugin for Gajim"
homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OffTheRecordPlugin"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-3"
distfiles="https://ftp.gajim.org/plugins_0.16_zip/gotr.zip"
checksum="65f828964c29b4d175af996fd96a2d2c80ae4d1aad734fda8729d0626bdb2941"
wrksrc="gotr"
do_install() {
vmkdir usr/share/gajim/plugins/gotr
vcopy * usr/share/gajim/plugins/gotr
}