Initial import
This commit is contained in:
commit
8b667fcfd0
2 changed files with 31 additions and 0 deletions
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
|
@ -0,0 +1,13 @@
|
|||
pkgbase = roundcubemail-plugin-contextmenu
|
||||
pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars
|
||||
pkgver = 2.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu
|
||||
arch = any
|
||||
license = GPL3
|
||||
depends = roundcubemail
|
||||
source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.1.tar.gz
|
||||
sha256sums = 6ef36e01a34c219a3a5e78e7bc9f5fd89c7a75e69d590b06e7f9e0bf3d4746f5
|
||||
|
||||
pkgname = roundcubemail-plugin-contextmenu
|
||||
|
18
PKGBUILD
Normal file
18
PKGBUILD
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Maintainer: Javier Torres <javitonino [at] gmail [dot] com>
|
||||
|
||||
pkgname=roundcubemail-plugin-contextmenu
|
||||
pkgver=2.1
|
||||
pkgrel=1
|
||||
pkgdesc=('Contextmenus for various parts of Roundcube using commands from the toolbars')
|
||||
arch=('any')
|
||||
url='https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu'
|
||||
license=('GPL3')
|
||||
depends=('roundcubemail')
|
||||
source=("https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('6ef36e01a34c219a3a5e78e7bc9f5fd89c7a75e69d590b06e7f9e0bf3d4746f5')
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
|
||||
cp -r "${srcdir}/Roundcube-Plugin-Context-Menu-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/contextmenu"
|
||||
}
|
||||
|
Loading…
Reference in a new issue