milis/talimatname/genel/p/python3-html5lib/talimat

18 lines
579 B
Plaintext
Raw Normal View History

2018-08-28 12:06:39 +02:00
# Tanım: WHATWG HTML5 standartlarına python ayrıştırıcı kütüphanesi
# URL: https://github.com/html5lib
# Paketçi: milisarge
# Gerekler: python3-setuptools python3-webencodings
# Grup: kütüphane
isim=python3-html5lib
surum=1.0.1
devir=1
kaynak=(https://github.com/html5lib/html5lib-python/archive/$surum.tar.gz::python-html5lib-$surum.tar.gz)
derle() {
cd "${SRC}"/html5lib-python-${surum}
python3 setup.py build
python3 setup.py install --root="${PKG}" --optimize=1 --skip-build
install -Dm755 LICENSE "${PKG}"/usr/share/licenses/${isim}/LICENSE
}