diff --git a/srcpkgs/gajim-otr/template b/srcpkgs/gajim-otr/template new file mode 100644 index 00000000000..0521ba1b6b2 --- /dev/null +++ b/srcpkgs/gajim-otr/template @@ -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 " +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 +}