# Maintainer: Shalygin Konstantin # Contributor: Shalygin Konstantin pkgname='ivideon-client' pkgver='6.18.1' pkgrel='1408' pkgdesc='Ivideon Client' arch=('x86_64') url='https://ivideon.com' license=('freeware') depends=('qt5-base' 'openssl' 'qt5-multimedia' 'qt5-websockets') makedepends=('libarchive') source=("http://packages.ivideon.com/ubuntu/pool/non-free/i/${pkgname}/${pkgname}_${pkgver}.${pkgrel}_amd64.deb" "${pkgname}.desktop") sha256sums=('01850d9b10fe47f8a6aa764c2289c62b7e22ed56a879fff1c3043de54f4f8868' '2baf7178b17057d0e638d19c1c3feb17e8eb65ea32106d477f9d53e24937020b') install='ivideon.install' build() { cd "${srcdir}" bsdtar xf "data.tar.xz" } package() { cp -ax "usr" "${pkgdir}" cp -ax "opt" "${pkgdir}" install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop" }