makedeb


popcorntime-bin 0.4.9-1


Watch Movies and TV Shows instantly

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for popcorntime-bin.

# Maintainer: hiddeninthesand <hiddeninthesand at pm dot me>

pkgname='popcorntime-bin'
provides=('popcorn-time')
pkgver='0.4.9'
pkgrel='1'
pkgdesc="Watch Movies and TV Shows instantly"
arch=('x86_64')
depends=('libatomic1' 'libgconf-2-4' 'libcanberra-gtk-module')
license=('GPL')
url="https://github.com/popcorn-official/popcorn-desktop"

source=("${url}/releases/download/v${pkgver}/Popcorn-Time-${pkgver}-amd64.deb")
b2sums=('a36d4ef4702ec9dd6b353ad0c0dd1c967d3a95eaf18ceb7c18c1e7f8418d7f8c0336a1d6c6b28c6f53bf657af8b00094c72b9729b91cb275ab5539f6450626ff')

package() {
    # Extract data.tar.xz to pkgdir
    msg2 "Extracting data.tar.xz..."
    tar -xf 'data.tar.xz' -C "${pkgdir}"
}