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
|
2022-06-20 11:52:17 +02:00
|
|
|
pkgver=3.3.1
|
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")
|
2022-06-20 11:52:17 +02:00
|
|
|
sha256sums=('63820f7ba116bdf537a51ab53014cc303c45f465e3ff1e310d3333e64940c0bb')
|
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
|
|
|
}
|
|
|
|
|