summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 726c1585ce94c99b36dd18c71c9a4011ff53f75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#Automatically generated by pip2arch on 2024-03-01

pkgname=python-pylsb-cli
pkgver=1.1.0
pkgrel=1
pkgdesc="Command line interface for reading the Legacy Standard Bible."
url="https://gitlab.com/Magicrafter13/pylsb-cli"
depends=('python' 'python-pylsb')
makedepends=('python3')
license=('GPL-3.0-or-later')
arch=('any')
source=('https://files.pythonhosted.org/packages/40/2d/22b86159d47fa876cb5ff2b1fda4d402386cc556dabbca60a37b7a22fb41/pylsb-cli-1.1.0.tar.gz')
md5sums=('7376d324d9edb693ada0c19e87491050')

build() {
    cd "pylsb-cli-${pkgver}"
    python -m build
}

package() {
    python -m installer --destdir="$pkgdir" "pylsb-cli-$pkgver/dist"/*.whl
}