summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bf8434b18a21784302bef5096052afa0d7cf57c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Felix Golatofski <contact@xdfr.de>
# Contributor: Acidhub <contact@acidhub.click>

pkgname=steam-tools
_pkgname=steam-tools-ng
pkgver=0.9.4
pkgrel=1
pkgdesc="Some useful tools to use with steam client or compatible programs and websites."
arch=('any')
url="https://github.com/ShyPixie/steam-tools-ng"
depends=('python' 'python-aiodns' 'python-cchardet' 'python-ujson' 'python-aiohttp' 'python-beautifulsoup4' 'python-requests' 'python-crypto' 'python-certifi')
makedepends=('python-setuptools')
license=('GPL')
source=("https://github.com/ShyPixie/$_pkgname/archive/v${pkgver}.tar.gz")
sha256sums=('fc1dd71f0cf764f734a5b2aaff7c5483e280c2b1a0fe944d8e3130df96f854df')

package() {
    cd ${_pkgname}-${pkgver}
    python setup.py install --root=$pkgdir --prefix=/usr
}