# Maintainer: gardenapple pkgname=lbt _author=gardenappl pkgver=2.3.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=('b9ce9e81e7305e68e57f0b9f5d6f539250b7148d415060c1683594dbc9f7be4b067298934857aa3242e071c4fa948a3f461b158f065f5e2b3884bc5c153601f5')