summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rosenstrauch2016-08-25 01:27:39 -0400
committerDavid Rosenstrauch2016-08-25 01:27:39 -0400
commit95f3d3fac437c79dd479ebe19f1a7ac08fbe9d55 (patch)
treeb063fb2ffd40686184f6934a4576cc7139269da8
downloadaur-95f3d3fac437c79dd479ebe19f1a7ac08fbe9d55.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..228a907435ec
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = roundcubemail-plugin-chbox
+ pkgdesc = This chbox plugin adds the convenient functionality of making single and/or multiple selections from a number of emails in Roundcube message list.
+ pkgver = 0.2.4
+ pkgrel = 1
+ url = https://plugins.roundcube.net/packages/roundcube/chbox
+ arch = any
+ license = GPL3
+ depends = roundcubemail
+ source = https://github.com/6ec123321/chbox/archive/0.2.4.tar.gz
+ md5sums = 7d55fa4601e6d5380855d39d35394048
+
+pkgname = roundcubemail-plugin-chbox
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f303b45694c0
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Submitter: David Rosenstrauch <darose@darose.net>
+
+pkgname=roundcubemail-plugin-chbox
+pkgver=0.2.4
+pkgrel=1
+pkgdesc='This chbox plugin adds the convenient functionality of making single and/or multiple selections from a number of emails in Roundcube message list.'
+arch=('any')
+url='https://plugins.roundcube.net/packages/roundcube/chbox'
+license=('GPL3')
+depends=('roundcubemail')
+source=("https://github.com/6ec123321/chbox/archive/${pkgver}.tar.gz")
+md5sums=('7d55fa4601e6d5380855d39d35394048')
+
+package() {
+ mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
+ cp -r "${srcdir}/chbox-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/chbox"
+}