summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8275e2fe1f16e76515021b6dddcc7f534b0a9498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Nanoseb
# Contributor: Matthew Gamble

pkgname=pytg
pkgver=0.4.10
pkgrel=2
pkgdesc="Connect to the Telegram CLI, receive and send Telegram messages."
arch=("any")
url="https://pypi.python.org/pypi/pytg/${pkgver}"
license=("GPL")
depends=("python" "telegram-cli-git" "python-dictobject" "python-luckydonald-utils>=0.17")
makedepends=("python-setuptools")
source=(
    "https://pypi.python.org/packages/source/p/pytg/pytg-${pkgver}.tar.gz"
)
sha256sums=("ec73278d17a2c4c4172aa155cf57c0d506e5318524f6423ab2b8362f71ff6ea5")

package() {
    cd "pytg-${pkgver}"
    python setup.py install --root="${pkgdir}"
}