opt/python3-lit/Pkgfile
2021-04-17 21:03:41 +10:00

17 lines
569 B
Plaintext

# Description: A portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures
# URL: https://pypi.python.org/pypi/lit/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-lit
version=0.11.1
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install \
--root=$PKG --optimize=1 --skip-build
}