summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhviehstarr2020-05-12 02:19:00 +0200
committermuhviehstarr2020-05-12 02:19:00 +0200
commitc5aeb5d29eda9c1436cc8ac074750e2647a8954d (patch)
tree8fdbadc921df89e9d222186d96e0930e12be16c5
downloadaur-c5aeb5d29eda9c1436cc8ac074750e2647a8954d.tar.gz
initial
-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..64368fa90b0c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = roundcubemail-plugin-showfoldersize
+ pkgdesc = A Roundcube plugin which shows folder size.
+ pkgver = 0.6.4
+ pkgrel = 1
+ url = https://plugins.roundcube.net/packages/johndoh/showfoldersize
+ arch = any
+ license = GPL3
+ depends = roundcubemail
+ source = https://github.com/jfcherng-roundcube/plugin-show-folder-size/archive/0.6.4.tar.gz
+ md5sums = 7f4135752dd3f46720b1c4583d6ee67e
+
+pkgname = roundcubemail-plugin-showfoldersize
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2e3991d603f9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Submitter: Timo Sarawinski <timo@it-kraut.net>
+
+pkgname=roundcubemail-plugin-showfoldersize
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='A Roundcube plugin which shows folder size.'
+arch=('any')
+url='https://plugins.roundcube.net/packages/johndoh/showfoldersize'
+license=('GPL3')
+depends=('roundcubemail')
+source=("https://github.com/jfcherng-roundcube/plugin-show-folder-size/archive/${pkgver}.tar.gz")
+md5sums=('7f4135752dd3f46720b1c4583d6ee67e')
+
+package() {
+ mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
+ cp -r "${srcdir}/plugin-show-folder-size-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/showfoldersize"
+}