2020-02-24 10:13:48 +01:00
|
|
|
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
|
|
|
# Contributor: Javier Torres <javitonino [at] gmail [dot] com>
|
2015-06-09 17:11:59 +02:00
|
|
|
|
|
|
|
pkgname=roundcubemail-plugin-contextmenu
|
2021-10-22 11:22:47 +02:00
|
|
|
pkgver=3.3
|
2020-11-20 17:25:18 +01:00
|
|
|
pkgrel=1
|
2016-02-18 19:02:49 +01:00
|
|
|
pkgdesc='Contextmenus for various parts of Roundcube using commands from the toolbars'
|
2015-06-09 17:11:59 +02:00
|
|
|
arch=('any')
|
2018-07-29 20:10:59 +02:00
|
|
|
url='https://github.com/JohnDoh/roundcube-contextmenu'
|
2015-06-09 17:11:59 +02:00
|
|
|
license=('GPL3')
|
2020-05-10 11:13:00 +02:00
|
|
|
depends=('roundcubemail')
|
2020-02-24 10:13:48 +01:00
|
|
|
source=("roundcubemail-plugin-contextmenu-${pkgver}.tar.gz::https://github.com/JohnDoh/roundcube-contextmenu/archive/${pkgver}.tar.gz")
|
2021-10-22 11:22:47 +02:00
|
|
|
sha256sums=('90c00ae78546e757a6ce7d63a27c35bc82d0acdfd9cfffabd02a8a954ac8e085')
|
2015-06-09 17:11:59 +02:00
|
|
|
|
|
|
|
package() {
|
|
|
|
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
|
2018-07-29 20:10:59 +02:00
|
|
|
cp -r "${srcdir}/roundcube-contextmenu-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/contextmenu"
|
2015-06-09 17:11:59 +02:00
|
|
|
}
|
|
|
|
|