diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:46:17 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:46:17 +0800 |
| commit | 7969ce31ba18561f52d91e0a6a444f2f0410b7b5 (patch) | |
| tree | b9422b59ca24023457ea61fe8b643b62f0f9602c /repos/extra/glad/abuild | |
| parent | 4c15f2431acce9523f2ce902b7b6f10cdae98a74 (diff) | |
| download | alicelinux-7969ce31ba18561f52d91e0a6a444f2f0410b7b5.tar.gz alicelinux-7969ce31ba18561f52d91e0a6a444f2f0410b7b5.zip | |
glad: updated to 2.0.8
Diffstat (limited to 'repos/extra/glad/abuild')
| -rw-r--r-- | repos/extra/glad/abuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/repos/extra/glad/abuild b/repos/extra/glad/abuild index 3fbbbd98..94e6e129 100644 --- a/repos/extra/glad/abuild +++ b/repos/extra/glad/abuild @@ -1,4 +1,13 @@ name=glad -version=2.0.7 +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 + +} |