mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
parent
f3a59f12cc
commit
46bbd82b2b
1 changed files with 19 additions and 0 deletions
19
srcpkgs/gajim-otr/template
Normal file
19
srcpkgs/gajim-otr/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue