opt/python3-lit/Pkgfile

16 lines
511 B
Plaintext
Raw Normal View History

2021-04-17 13:03:41 +02:00
# Description: A portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures
2021-04-18 20:35:08 +02:00
# URL: https://pypi.org/project/lit/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2021-04-17 13:03:41 +02:00
# Depends on: python3-setuptools
name=python3-lit
version=0.11.1
release=1
2021-04-18 20:35:08 +02:00
source=(https://pypi.io/packages/source/l/lit/lit-$version.tar.gz)
2021-04-17 13:03:41 +02:00
build() {
2021-04-18 20:35:08 +02:00
cd lit-$version
2021-04-17 13:03:41 +02:00
/usr/bin/python3 setup.py build
2021-04-18 20:35:08 +02:00
/usr/bin/python3 setup.py install -O1 --root=$PKG --skip-build
2021-04-17 13:03:41 +02:00
}