summaryrefslogtreecommitdiffstats
path: root/chat-irc
diff options
context:
space:
mode:
authorVlad Glagolev2019-04-19 03:25:24 +0000
committerVlad Glagolev2019-04-19 03:25:24 +0000
commit3bc9d3e117d2922a0ffe0ff42e1f2c7792406982 (patch)
treec8ca18daf3393df0ac3642ae3944a91a50189c74 /chat-irc
parent510314bfa100984c4ce8999989d3c14837eccbff (diff)
irssi-xmpp: new spell, XMPP plugin for Irssi
Diffstat (limited to 'chat-irc')
-rwxr-xr-xchat-irc/irssi-xmpp/BUILD1
-rwxr-xr-xchat-irc/irssi-xmpp/DEPENDS3
-rwxr-xr-xchat-irc/irssi-xmpp/DETAILS15
-rw-r--r--chat-irc/irssi-xmpp/HISTORY2
-rwxr-xr-xchat-irc/irssi-xmpp/INSTALL1
5 files changed, 22 insertions, 0 deletions
diff --git a/chat-irc/irssi-xmpp/BUILD b/chat-irc/irssi-xmpp/BUILD
new file mode 100755
index 0000000000..c978eaf583
--- /dev/null
+++ b/chat-irc/irssi-xmpp/BUILD
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr"
diff --git a/chat-irc/irssi-xmpp/DEPENDS b/chat-irc/irssi-xmpp/DEPENDS
new file mode 100755
index 0000000000..a312ab2529
--- /dev/null
+++ b/chat-irc/irssi-xmpp/DEPENDS
@@ -0,0 +1,3 @@
+depends glib2 &&
+depends loudmouth &&
+depends irssi
diff --git a/chat-irc/irssi-xmpp/DETAILS b/chat-irc/irssi-xmpp/DETAILS
new file mode 100755
index 0000000000..88c17193ff
--- /dev/null
+++ b/chat-irc/irssi-xmpp/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=irssi-xmpp
+ VERSION=0.54
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/cdidier/${SPELL}/archive/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:31ddd9e0147eec23d08b8bcbe242e831d612cb2d00f3b56776e9d0b87db9bd76d4bb147422cdf18c0567f0e0463ab828ab7a0ef80a2b35cfdc0a8be962b39f14
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/cdidier/irssi-xmpp
+ LICENSE[0]=GPL
+ ENTERED=20190418
+ KEYWORDS="irc xmpp jabber"
+ SHORT="XMPP plugin for Irssi"
+cat << EOF
+irssi-xmpp is an irssi plugin to connect to the Jabber network.
+EOF
diff --git a/chat-irc/irssi-xmpp/HISTORY b/chat-irc/irssi-xmpp/HISTORY
new file mode 100644
index 0000000000..dcbdd702b9
--- /dev/null
+++ b/chat-irc/irssi-xmpp/HISTORY
@@ -0,0 +1,2 @@
+2019-04-18 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: created spell, version 0.54
diff --git a/chat-irc/irssi-xmpp/INSTALL b/chat-irc/irssi-xmpp/INSTALL
new file mode 100755
index 0000000000..e72b41d353
--- /dev/null
+++ b/chat-irc/irssi-xmpp/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install