summaryrefslogtreecommitdiffstats
path: root/chat-irc
diff options
context:
space:
mode:
authorVlad Glagolev2018-02-25 12:09:06 -0500
committerVlad Glagolev2018-02-25 12:09:06 -0500
commit4fc8c9e49ac56d19faddabccba959f8245b69650 (patch)
tree8cb15850ebea3e69521e1029ba171dee1f5dc169 /chat-irc
parent08bb60c5be5a1a295f43a9c71ddfe86bf0dbd95b (diff)
irssi-otr: new spell, off the record plugin for Irssi
Diffstat (limited to 'chat-irc')
-rwxr-xr-xchat-irc/irssi-otr/DEPENDS4
-rwxr-xr-xchat-irc/irssi-otr/DETAILS14
-rw-r--r--chat-irc/irssi-otr/HISTORY2
-rwxr-xr-xchat-irc/irssi-otr/PRE_BUILD4
4 files changed, 24 insertions, 0 deletions
diff --git a/chat-irc/irssi-otr/DEPENDS b/chat-irc/irssi-otr/DEPENDS
new file mode 100755
index 0000000000..10a68c36ec
--- /dev/null
+++ b/chat-irc/irssi-otr/DEPENDS
@@ -0,0 +1,4 @@
+depends glib2 &&
+depends libgcrypt &&
+depends libotr &&
+depends irssi
diff --git a/chat-irc/irssi-otr/DETAILS b/chat-irc/irssi-otr/DETAILS
new file mode 100755
index 0000000000..2bb8578c31
--- /dev/null
+++ b/chat-irc/irssi-otr/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=irssi-otr
+ VERSION=1.0.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/cryptodotis/${SPELL}/archive/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:983bc861e5d38774305425b412368689f17a1e11298bcef49b9f0ea7a2275b1443ba2ce0a9ef9866e537097f1c6c00e9264085f5cd711f0d78faf252fba18d2f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/cryptodotis/irssi-otr
+ LICENSE[0]=GPL
+ ENTERED=20180225
+ KEYWORDS="irc otr"
+ SHORT="off the record plugin for Irssi"
+cat << EOF
+irssi-otr is libotr (https://otr.cypherpunks.ca) support for Irssi.
+EOF
diff --git a/chat-irc/irssi-otr/HISTORY b/chat-irc/irssi-otr/HISTORY
new file mode 100644
index 0000000000..b13b897ba0
--- /dev/null
+++ b/chat-irc/irssi-otr/HISTORY
@@ -0,0 +1,2 @@
+2018-02-25 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS, DETAILS, PRE_BUILD: created spell, version 1.0.2
diff --git a/chat-irc/irssi-otr/PRE_BUILD b/chat-irc/irssi-otr/PRE_BUILD
new file mode 100755
index 0000000000..97cd230b96
--- /dev/null
+++ b/chat-irc/irssi-otr/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+./bootstrap