summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 06e1bc4cfb76568c4cd89bc37c88189211f33916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname=python-discord-pretty-help
_name=${pkgname#python-}
pkgver=1.2.0
pkgrel=1
pkgdesc='And nicer looking interactive help menu for discord.py'
arch=('any')
url=https://github.com/stroupbslayen/discord-pretty-help
license=('MIT')
depends=('python-discord>=1.5.1' 'python')
makedepends=('python-pip')
_wheel="${_name//-/_}-${pkgver}-py3-none-any.whl"
sha256sums=('19959277567d485476af2d2df37d9c3bf9c40db9cebe9358d2298b27801a7429')
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py3-none-any.whl")
noextract=("$_wheel")

package() {
        pip install --compile --no-deps --ignore-installed --root="$pkgdir" "$_wheel"
}