talimat 579 B

123456789101112131415161718
  1. # Tanım: WHATWG HTML5 standartlarına python ayrıştırıcı kütüphanesi
  2. # URL: https://github.com/html5lib
  3. # Paketçi: milisarge
  4. # Gerekler: python3-setuptools python3-webencodings
  5. # Grup: kütüphane
  6. isim=python3-html5lib
  7. surum=1.0.1
  8. devir=1
  9. kaynak=(https://github.com/html5lib/html5lib-python/archive/$surum.tar.gz::python-html5lib-$surum.tar.gz)
  10. derle() {
  11. cd "${SRC}"/html5lib-python-${surum}
  12. python3 setup.py build
  13. python3 setup.py install --root="${PKG}" --optimize=1 --skip-build
  14. install -Dm755 LICENSE "${PKG}"/usr/share/licenses/${isim}/LICENSE
  15. }