# Maintainer: Jesus E. pkgname=python-webencodings pkgver=0.5.1 pkgrel=1 pkgdesc="Python implementation of the WHATWG Encoding standard" license=('Modified-BSD') arch=('any') url='https://github.com/gsnedders/python-webencodings' depends=('python') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/gsnedders/python-webencodings/archive/v${pkgver}.tar.gz") sha512sums=('c5cb34f35fb5bc7ffb88c19eb3262dedbf6231c0ee2871dccbc0f9497193d8209fc20703d451a2bb41a5ff913e63abf7481f7a8f9886c953724e9cf71c34cb74') package() { cd ${pkgname}-${pkgver} python setup.py install --root="${pkgdir}" install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname} }