1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/py3-tg/APKBUILD

30 lines
957 B
Text

# Contributor: j.r <j.r@jugendhacker.de>
# Maintainer: j.r <j.r@jugendhacker.de>
pkgname=py3-tg
_pyname=tg
pkgver=0.19.0
pkgrel=2
pkgdesc="Terminal telegram client that really works"
url="https://github.com/paul-nameless/tg"
arch="noarch !s390x"
license="Unlicense"
depends="python3 py3-telegram py3-setuptools"
source="
$pkgname-$pkgver.tar.gz::https://github.com/paul-nameless/tg/archive/refs/tags/v$pkgver.tar.gz
0001-Allow-newer-python-telegram.patch
"
builddir="$srcdir/$_pyname-$pkgver"
options="!check"
build() {
python3 setup.py build
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="
ccaba3614d72d7fc115d8f6e1cb51c52a5e7be3b588a8135c9435226df98c55a4f3184c1e280e26913e982c65cc393f09981ed2612adbdd718bfc70d4ad28ffe py3-tg-0.19.0.tar.gz
3a9c5e546f388842aa6f270bbf86cc45f98f29779fed02d2c381d7e35f2435f883bfea43bf6448e9c9cbace8be51494a97ecbc8aebe9c23b412aec059bfa757e 0001-Allow-newer-python-telegram.patch
"