8 个仓库
Provides a Debian package for Linux integrating with apt-based package managers.
Distinct from Linux Package Generators: Distinct from Linux Package Generators: focuses on producing Debian packages specifically, not general Linux package generation.
Explore 8 awesome GitHub repositories matching devops & infrastructure · Debian Package Builds. Refine with filters or upvote what's useful.
PakePlus-Android is a tool that converts any public webpage or static frontend project into a native desktop or mobile application. It wraps web content inside a configurable WebView shell, enabling the creation of cross-platform apps for Windows, Mac, Linux, Android, and iOS from a single source. The project distinguishes itself by automating the entire packaging and compilation pipeline through GitHub Actions, requiring no local development environment or dependencies. Users configure the app name, icon, window behavior, and platform-specific settings through a guided interface or configura
Provides a Debian package for Linux integrating with apt-based package managers.
ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
Builds a distributable package from source code for deployment on Linux systems without a repository.
Theos 是一个跨平台移动开发工具链和构建系统,专为编译和打包移动操作系统软件而设计。它作为一个系统调整套件和运行时 Hook 框架,允许开发者创建修改,以改变移动 OS 环境的内部行为。 该项目通过提供专门的预处理器语法脱颖而出,该语法生成低级 API 调用,消除了函数和方法 Hook 通常所需的样板代码。它支持动态运行时方法交换(Method Swizzling)和类扩展,允许开发者拦截现有的系统方法并用自定义实现替换它们,同时保持调用原始功能的能力。 该工具链涵盖了广泛的功能,包括针对各种处理器和模拟器的多架构构建编排,以及生成 deb、ipa、pkg 和 rpm 等多种格式的安装包。它包括通过编译时路径解析和库链接调整对无根(Rootless)环境开发的专门支持。 构建系统通过 Makefile 管理,并支持各种项目脚手架模板以自动化初始开发设置。
Generates Debian (.deb) installation packages from project directories without requiring external toolsets.
该项目是一个 Linux WiFi 热点管理器,提供图形用户界面和命令行工具,用于创建无线接入点和共享互联网连接。它充当网络接口共享器和接入点控制器,将连接从任何网络接口分发给无线客户端。 该软件的独特之处在于包含一个 VPN 流量路由器,通过虚拟网络接口隧道传输热点流量,以提供安全连接。它还具有生成用于共享连接详情的二维码的实用程序,允许设备无需手动输入密码即可加入网络。 该工具涵盖全面的网络管理,包括 DHCP 和 DNS 分配、SSID 和信道配置以及连接设备的实时监控。安全性通过 MAC 地址访问控制和无线客户端隔离来处理,以防止连接设备之间的通信。 该项目包含一个构建系统,使用容器将软件编译为 Debian 软件包,以确保构建环境的一致性。
Compiles the software into Debian packages to ensure seamless integration with apt-based package managers.
Box86 is a Linux userspace emulator and instruction translator designed to run x86 binaries on ARM-based devices. It functions as a hardware compatibility layer that simulates an x86 environment, allowing software built for different processor architectures to execute on ARM Linux. The project utilizes a dynamic recompiler to translate x86 opcodes into native ARM instructions at runtime, increasing execution speed over standard interpretation. To further improve performance and stability, it wraps native system libraries and Vulkan drivers, redirecting architecture-specific calls to native ho
Provides the software as a Debian package for simplified installation on compatible Linux distributions.
This project is a source-based package management framework designed to build, maintain, and distribute software for a Linux operating system. It provides a comprehensive infrastructure for transforming source code into reproducible binary packages, utilizing modular shell-script templates to manage the entire lifecycle of fetching, patching, configuring, and compiling software. The system distinguishes itself through its focus on isolated build environments and cross-compilation capabilities. By utilizing dedicated master directories and specialized toolchains, it ensures that builds remain
Provides a collection of build templates and scripts for compiling source code into installable binary packages.
Llvm-mingw is an LLVM-based cross-compiler toolchain and MinGW-w64 development suite that builds native Windows executables from non-Windows operating systems using Clang and LLD. It compiles C and C++ source code into native portable executable binaries targeting multiple Windows CPU architectures from a single host environment. The toolchain supports configuring builds to use specific C runtime library targets for compatibility across different operating system versions. It includes capabilities for producing native Windows debug information and CodeView debug symbols alongside compiled bin
Packages compiler toolchains and project dependencies into container images to run reliable and reproducible builds.
Builds a Debian package for Linux distribution using the project's build configuration.