summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-11-27 22:41:49 (GMT)
committerGitHub <noreply@github.com>2016-11-27 22:41:49 (GMT)
commit1350acac4b3e2c3ea417c14dcc6ab7e6f4c22eca (patch)
tree5f4855936c21df83386addcddada13d6b73b941f /plugins
parent75df27cdfc69bdff80e353076e12b581aff0831e (diff)
parentca9a6b69643472bb83e83b1a2d7b90e119ebc417 (diff)
downloadmxe-1350acac4b3e2c3ea417c14dcc6ab7e6f4c22eca.zip
mxe-1350acac4b3e2c3ea417c14dcc6ab7e6f4c22eca.tar.gz
mxe-1350acac4b3e2c3ea417c14dcc6ab7e6f4c22eca.tar.bz2
Merge pull request #1575 from LuaAndC/add-plugin-owners
add OWNER and WEBSITE fields to plugins/apps
Diffstat (limited to 'plugins')
-rw-r--r--plugins/apps/qbittorrent.mk2
-rw-r--r--plugins/apps/tor.mk2
-rw-r--r--plugins/apps/wrk.mk2
3 files changed, 6 insertions, 0 deletions
diff --git a/plugins/apps/qbittorrent.mk b/plugins/apps/qbittorrent.mk
index 0078607..efe25f3 100644
--- a/plugins/apps/qbittorrent.mk
+++ b/plugins/apps/qbittorrent.mk
@@ -7,6 +7,8 @@ $(PKG)_CHECKSUM := c0d0d4b72c240f113b59a061146803bc1b7926d3d7f39b06b50a4d26f5ad9
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_WEBSITE := http://qbittorrent.org/
+$(PKG)_OWNER := https://github.com/starius
$(PKG)_DEPS := gcc libtorrent-rasterbar qt boost
define $(PKG)_UPDATE
diff --git a/plugins/apps/tor.mk b/plugins/apps/tor.mk
index 6b7e3f4..4ac4e72 100644
--- a/plugins/apps/tor.mk
+++ b/plugins/apps/tor.mk
@@ -7,6 +7,8 @@ $(PKG)_CHECKSUM := 0542c0efe43b86619337862fa7eb02c7a74cb23a79d587090628a5f0f1224
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://torproject.org/dist/$($(PKG)_FILE)
+$(PKG)_WEBSITE := https://torproject.org/
+$(PKG)_OWNER := https://github.com/starius
$(PKG)_DEPS := gcc libevent openssl zlib
define $(PKG)_UPDATE
diff --git a/plugins/apps/wrk.mk b/plugins/apps/wrk.mk
index 656040d..d41d50f 100644
--- a/plugins/apps/wrk.mk
+++ b/plugins/apps/wrk.mk
@@ -7,6 +7,8 @@ $(PKG)_CHECKSUM := c03bbc283836cb4b706eb6bfd18e724a8ce475e2c16154c13c6323a845b43
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/wg/wrk/archive/$($(PKG)_VERSION).tar.gz
+$(PKG)_WEBSITE := https://github.com/wg/wrk
+$(PKG)_OWNER := https://github.com/starius
$(PKG)_DEPS := gcc luajit openssl pthreads
define $(PKG)_UPDATE