# Maintainer: gardenapple pkgname=lbt _author=gardenappl pkgver=2.2.0 pkgrel=1 pkgdesc='Command-line tools for interacting with the LBRY network' arch=('any') url='https://gitlab.com/gardenappl/lbt' license=('GPL3') optdepends=('lbrynet: install this unless you connect to a LBRY daemon on a separate machine') depends=('jq' 'curl') source=("https://gitlab.com/$_author/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz") package() { # The gettext localization is barely functional, so not bothering to install it install -Dm755 "${srcdir}/$pkgname-v$pkgver"/lbt -t "${pkgdir}/usr/bin/" install -Dm644 "${srcdir}/$pkgname-v$pkgver"/lbt-open.desktop -t "${pkgdir}/usr/share/applications/" } b2sums=('37013eca370d986e213be05ec136ae2cf90d666ad2ddfe0d4a60281eaee9227da39e930e13f674ecb0c84f4cc1600e06844c290f89d0780a3666574879334731')