blob: 94e6e129ea62107090961f5cf6e711f3717a45c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
name=glad
version=2.0.8
release=1
source="https://github.com/Dav1dde/${name}/archive/v${version}/${name}-${version}.tar.gz"
build() {
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
python3 -m installer -d "$PKG" \
.dist/*.whl
}
|