summaryrefslogtreecommitdiffstats
path: root/chat-irc
diff options
context:
space:
mode:
authorVlad Glagolev2017-05-19 10:24:16 -0400
committerVlad Glagolev2017-05-19 10:24:16 -0400
commit93ce9f3c6c758833b72238bbc2081de9a97dd934 (patch)
treee95fe2c0c6cf94f1cb3753485b57460da50265b1 /chat-irc
parent937a204e75ab2c2221fc27b7441299a84d92080b (diff)
hexchat-otr: new spell, off the record plugin for HexChat
Diffstat (limited to 'chat-irc')
-rwxr-xr-xchat-irc/hexchat-otr/DEPENDS4
-rwxr-xr-xchat-irc/hexchat-otr/DETAILS19
-rw-r--r--chat-irc/hexchat-otr/HISTORY2
3 files changed, 25 insertions, 0 deletions
diff --git a/chat-irc/hexchat-otr/DEPENDS b/chat-irc/hexchat-otr/DEPENDS
new file mode 100755
index 0000000000..f78fdaefc1
--- /dev/null
+++ b/chat-irc/hexchat-otr/DEPENDS
@@ -0,0 +1,4 @@
+depends glib2 &&
+depends libgcrypt &&
+depends libotr &&
+depends hexchat
diff --git a/chat-irc/hexchat-otr/DETAILS b/chat-irc/hexchat-otr/DETAILS
new file mode 100755
index 0000000000..e0b8a91d01
--- /dev/null
+++ b/chat-irc/hexchat-otr/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=hexchat-otr
+ VERSION=0.2.2
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+ SOURCE2="${SOURCE}.asc"
+ SOURCE_URL[0]=https://github.com/TingPing/${SPELL}/releases/download/${VERSION}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=hexchat.gpg:${SOURCE2}:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/TingPing/hexchat-otr
+ LICENSE[0]=GPL
+ ENTERED=20170519
+ KEYWORDS="irc otr"
+ SHORT="off the record plugin for HexChat"
+cat << EOF
+hexchat-otr adds off the record support to HexChat.
+
+Originally forked from irssi-otr.
+EOF
diff --git a/chat-irc/hexchat-otr/HISTORY b/chat-irc/hexchat-otr/HISTORY
new file mode 100644
index 0000000000..e153d21b29
--- /dev/null
+++ b/chat-irc/hexchat-otr/HISTORY
@@ -0,0 +1,2 @@
+2017-05-19 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 0.2.2