2015-06-09 17:11:59 +02:00
|
|
|
# Maintainer: Javier Torres <javitonino [at] gmail [dot] com>
|
|
|
|
|
|
|
|
pkgname=roundcubemail-plugin-contextmenu
|
2017-07-27 22:04:59 +02:00
|
|
|
pkgver=2.3
|
2018-07-29 20:10:59 +02:00
|
|
|
pkgrel=2
|
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')
|
|
|
|
depends=('roundcubemail')
|
2018-07-29 20:10:59 +02:00
|
|
|
source=("https://github.com/JohnDoh/roundcube-contextmenu/archive/${pkgver}.tar.gz")
|
|
|
|
sha256sums=('2e42440d4ea00e3d4b2102bd31e167d9b44d4661533bc6628cd6511f04b268e5')
|
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
|
|
|
}
|
|
|
|
|