summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 73bfc54a4807ebb70f219807ccff9928ffd6f56c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Michael Gerber <aur at lynxcore dot org >
pkgname=open-xchange-push-mailnotify
pkgver=7.8.0
pkgrel=6
pkgdesc='Open-Xchange Mail Push Bundle'
groups=()
install='open-xchange-push-mailnotify.install'
arch=('any')
url='http://www.ox.io/'
license=('GPLv2')
depends=('open-xchange-core')
makedepends=()
conflicts=()
provides=('open-xchange-push-mailnotify')
source=('https://software.open-xchange.com/products/appsuite/stable/debs/DebianJessie/all/open-xchange-push-mailnotify_7.8.0-6_all.deb')
sha256sums=('fb9d4069966d04a02e2aed23234cbcf073753cf06fefcf554b4cc0d7c2f3dcce')

package() {
    if test -f "data.tar.xz"; then
        tar xf data.tar.xz
        cp -a $(find . -mindepth 1 -maxdepth 1 -type d) "$pkgdir"
    fi
    
    if test -f "data.tar.gz"; then
        tar xf data.tar.gz
        cp -a $(find . -mindepth 1 -maxdepth 1 -type d) "$pkgdir"
    fi
}