archlinux-pkgbuilds/PKGBUILD

19 lines
714 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
2015-08-07 20:35:15 +02:00
pkgver=2.1.2
2015-06-09 17:11:59 +02:00
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")
2015-08-07 20:35:15 +02:00
sha256sums=('d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af')
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"
}