summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: eb11056ffc965fa999d0d377f8817a266851f682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: gardenapple <gardenapple at posteo dot net>

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')