archlinux-pkgbuilds/PKGBUILD

19 lines
710 B
Bash
Raw Normal View History

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
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')
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")
2017-07-27 22:04:59 +02:00
sha256sums=('63e231607c1cd6e703cf698b263d493d2eb4e10582c7cb47aec3a4fb266acf5b')
2015-06-09 17:11:59 +02:00
package() {
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
cp -r "${srcdir}/Roundcube-Plugin-Context-Menu-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/contextmenu"
}