This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Endfield Daily Check-In Script | |
| original: https://gist.github.com/cptmacp/70f66f2a4fb9d5fa708d33fbcc8e265a | |
| this was converted from original by deepseek | |
| Run locally with Python 3.6+ using only the standard library. | |
| external json support and exit codes on error provided by StoneToad | |
| """ | |
| import json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Ulysses R Ribeiro <ulyssesrr@gmail.com> | |
| _opencl_icd_loader_commit="7433f2acbf5bbc400f26494ff1dc895da6265bef" | |
| pkgname=rocm-opencl-runtime | |
| pkgver=2.9.0 | |
| pkgrel=1 | |
| pkgdesc="ROCm OpenCL™ Compatible Runtime" | |
| arch=('x86_64') | |
| url="https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime" | |
| license=('MIT') |