first commit

This commit is contained in:
Your Name
2026-02-07 20:22:48 +08:00
commit 1b9711d5e4
2270 changed files with 805872 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# glshim
local package_name="libglshim"
local package_repo="https://github.com/ptitSeb/gl4es.git"
local package_ref="tag:v0.9.2"
local package_upstream_version="1:0.9.2"
local package_builddeps="cmake libx11-dev libsdl1.2-dev"
local package_install_target="libglshim"
local package_component="${release}-desktop"
package_checkbuild()
{
[[ $LINUXFAMILY == sun8i && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
}
package_checkinstall()
{
[[ $LINUXFAMILY == sun8i && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
}