summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorPavel Vinogradov2017-12-03 20:24:52 -0500
committerPavel Vinogradov2017-12-03 20:24:52 -0500
commitca64c19daea70968b35cce6f2987be8013319d5d (patch)
treeb42415973e14fd926e57937b9f894705f39cf9de /chat-im
parente8eda601f90f01359ac227663c96f533b0bbad65 (diff)
chat-im/purple-discord: new spell, Discord plugin for Pidgin
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/purple-discord/BUILD1
-rwxr-xr-xchat-im/purple-discord/DEPENDS8
-rwxr-xr-xchat-im/purple-discord/DETAILS16
-rw-r--r--chat-im/purple-discord/HISTORY2
-rwxr-xr-xchat-im/purple-discord/PREPARE2
5 files changed, 29 insertions, 0 deletions
diff --git a/chat-im/purple-discord/BUILD b/chat-im/purple-discord/BUILD
new file mode 100755
index 0000000000..8f58e6df93
--- /dev/null
+++ b/chat-im/purple-discord/BUILD
@@ -0,0 +1 @@
+make
diff --git a/chat-im/purple-discord/DEPENDS b/chat-im/purple-discord/DEPENDS
new file mode 100755
index 0000000000..5ffb200328
--- /dev/null
+++ b/chat-im/purple-discord/DEPENDS
@@ -0,0 +1,8 @@
+depends make &&
+depends -sub CXX gcc &&
+depends gettext &&
+depends glib2 &&
+depends json-glib &&
+depends libxml2 &&
+depends git &&
+depends pidgin
diff --git a/chat-im/purple-discord/DETAILS b/chat-im/purple-discord/DETAILS
new file mode 100755
index 0000000000..5594f44da4
--- /dev/null
+++ b/chat-im/purple-discord/DETAILS
@@ -0,0 +1,16 @@
+. "${GRIMOIRE}/FUNCTIONS"
+ SPELL="purple-discord"
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-scm.tar.bz2"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-scm"
+ SOURCE_URL="git://github.com/EionRobb/${SPELL}:${SPELL}-scm"
+ SOURCE_IGNORE="volatile"
+ FORCE_DOWNLOAD="on"
+ WEB_SITE="https://github.com/EionRobb/purple-discord"
+ ENTERED="20171203"
+ LICENSE[0]="GPL"
+ SHORT="Discord plugin for Pidgin"
+cat << EOF
+Purple-discord-plugin is a plugin for Pidgin, which supports Discord
+text messaging.
+EOF
diff --git a/chat-im/purple-discord/HISTORY b/chat-im/purple-discord/HISTORY
new file mode 100644
index 0000000000..ddb23e7e5d
--- /dev/null
+++ b/chat-im/purple-discord/HISTORY
@@ -0,0 +1,2 @@
+2017-12-03 Pavel Vinogradov <public@sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, PREPARE: spell created
diff --git a/chat-im/purple-discord/PREPARE b/chat-im/purple-discord/PREPARE
new file mode 100755
index 0000000000..f8b7d7e3e2
--- /dev/null
+++ b/chat-im/purple-discord/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch