#!/bin/sh
PKGNAME=Popcorn-Time
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player'
URL="https://github.com/popcorn-official/popcorn-desktop"
. $(dirname $0)/common.sh
PKGURL=$(epm tool eget --list --latest https://github.com/popcorn-official/popcorn-desktop/releases "Popcorn-Time-$VERSION-amd64.deb")
# repack always, ever for deb system (bad postinst script)
install_pkgurl --repack
-
Vitaly Lipatov authored09c48d80