summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c804645669af16935e4f8a185b5347cb3b0a2085 (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
29
30
31
# $Id$
# Maintainer:  Radu Potop <radu at wooptoo dot com>

pkgname=sipgate-softphone
appimage="${pkgname}.AppImage"
pkgver=1.17.3
pkgrel=2
pkgdesc='Make phone calls with the Sipgate softphone'
arch=('any')
url="https://www.sipgate.co.uk/softphone"
license=('Other')
source=(
    "https://sipgate-desktop-app.s3.eu-central-1.amazonaws.com/${appimage}"
    "sipgate.desktop"
)

package() {
    chmod +x $appimage
    ./$appimage --appimage-extract  # extracts to squashfs-root
    DESTDIR="${pkgdir}/opt/${pkgname}/"
    mkdir -p $DESTDIR
    cp -r --no-preserve=mode,ownership squashfs-root/* $DESTDIR

    # Copy desktop file
    install -vDm 644 sipgate.desktop "${pkgdir}/usr/share/applications/sipgate.desktop"
    # Fix permissions
    chmod +x "${pkgdir}/opt/${pkgname}/${pkgname}"
}

sha256sums=('4f4382d944d6d0912de5b6de941946c5eae173c731349a32732556ebff76f386'
            '00bce97f5f393524a9ed5f6d2588f889d2ecfdac4d552634dec891ebed913fe7')