makedeb


lbry-bin 0.53.8-1


A browser for the LBRY network, a digital marketplace controlled by its users.

Viewing /PKGBUILD.

View raw.

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

# Maintainer: hiddeninthesand <hiddeninthesand at protonmail dot com>

pkgname='lbry-bin'
provides=('lbry')
pkgver='0.53.8'
pkgrel='1'
pkgdesc="A browser for the LBRY network, a digital marketplace controlled by its users."
arch=('x86_64')
depends=('gconf2' 'gconf-service' 'libnotify4' 'libappindicator1' 'libxtst6' 'libnss3')
license=('MIT')
url="https://github.com/lbryio/lbry-desktop"

source=("${url}/releases/download/v${pkgver}/LBRY_${pkgver}.deb")
b2sums=('e3bc0d83899d1bc18ae8400d40409ec42bad723b3f93124f555d06af56ae1c9cbb360fca932d49e625743fd414f6c6046883a6758f4c400267f0937f768a2604')

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