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
|
2020-11-20 17:25:18 +01:00
|
|
|
pkgver=3.2.1
|
|
|
|
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")
|
2020-11-20 17:25:18 +01:00
|
|
|
sha256sums=('6da73554d26192ee6624bbb14c8e68107b0f511c5efe579e5b22247bde73c141')
|
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
|
|
|
}
|
|
|
|
|