summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3e36dec2a9b89e9a403a43491bf032f28499c9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Tristan Hill <tristan [at] me [dot] uk [dot] uk [dot] org>

pkgname=roundcubemail-plugin-delete_old
pkgver=1.0.2
pkgrel=1
pkgdesc='A Roundcube plugin to delete messages older than configurable timespans. '
arch=('any')
url='https://github.com/ron4mac/roundcube_delete_old'
license=('GPL3')
depends=('roundcubemail')
source=("https://github.com/ron4mac/roundcube_delete_old/releases/download/v${pkgver}/delete_old.${pkgver}.zip")
sha256sums=('249438b70593d88cdc5cf456e7d00d43109d1c9a18e9042265a85ac4ca300c87')

package() {
    mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
    cp -r "${srcdir}/delete_old" "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
}