Add 'roundcubemail-plugin-contextmenu/' from commit '118d494825ba2dc568e27db93e2a6d2e5766982c'

git-subtree-dir: roundcubemail-plugin-contextmenu
git-subtree-mainline: 9fe2d284aa
git-subtree-split: 118d494825
This commit is contained in:
Cedric Girard 2020-02-24 10:08:00 +01:00
commit 6150f217b3
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Generated by mksrcinfo v8
# Sun Jul 29 18:10:42 UTC 2018
pkgbase = roundcubemail-plugin-contextmenu
pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars
pkgver = 2.3
pkgrel = 2
url = https://github.com/JohnDoh/roundcube-contextmenu
arch = any
license = GPL3
depends = roundcubemail
source = https://github.com/JohnDoh/roundcube-contextmenu/archive/2.3.tar.gz
sha256sums = 2e42440d4ea00e3d4b2102bd31e167d9b44d4661533bc6628cd6511f04b268e5
pkgname = roundcubemail-plugin-contextmenu

View File

@ -0,0 +1,18 @@
# Maintainer: Javier Torres <javitonino [at] gmail [dot] com>
pkgname=roundcubemail-plugin-contextmenu
pkgver=2.3
pkgrel=2
pkgdesc='Contextmenus for various parts of Roundcube using commands from the toolbars'
arch=('any')
url='https://github.com/JohnDoh/roundcube-contextmenu'
license=('GPL3')
depends=('roundcubemail')
source=("https://github.com/JohnDoh/roundcube-contextmenu/archive/${pkgver}.tar.gz")
sha256sums=('2e42440d4ea00e3d4b2102bd31e167d9b44d4661533bc6628cd6511f04b268e5')
package() {
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
cp -r "${srcdir}/roundcube-contextmenu-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/contextmenu"
}