summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3b44b75afa9727a4e3cb3ffb1db59f6da5c36f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Bogomil Vasilev <smirky@smirky.net>

pkgname=roundcubemail-plugin-authres_status
pkgver=0.6.2
pkgrel=3
pkgdesc='Roundcube plugin for checking the Authentication-Results headers that were added by your MTA and displays an icon to show the verification status.'
arch=('any')
url='https://plugins.roundcube.net/#/packages/pimlie/authres_status'
license=('GPL3')
depends=('roundcubemail')
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/pimlie/authres_status/archive/v${pkgver}.tar.gz")
sha256sums=('6679189236ff9e4cf528c6db75c6961568ed2242926852d12837d1d90fb33d13')

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