Browse Source

Merge pull request #221 from l29ah/master

+ psi-omemo stub
Rion 7 năm trước cách đây
mục cha
commit
d224fbbd65
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  1. 15 0
      net-im/psi-omemo/psi-omemo-9999.ebuild

+ 15 - 0
net-im/psi-omemo/psi-omemo-9999.ebuild

@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PLUGIN_DIR="dev"
+inherit psi-plugin
+
+DESCRIPTION="Psi plugin for OMEMO"
+
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="net-libs/libsignal-protocol-c"
+DEPEND="$RDEPEND"