add package: process-compose-bin#4633
Open
SkyNetX007 wants to merge 1 commit intoarchlinuxcn:masterfrom
Open
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Package Introduction
process-compose-bin is a lightweight, Go-based process manager (similar to PM2, but with a TUI interface).
Packaging Notes
Binary Source: Directly sourced from official GitHub Releases, avoiding the heavy resource consumption of source compilation on low-end machines (e.g., low-RAM VPS).
Relationship with AUR: This is the binary (-bin) version of the process-compose package on AUR, facilitating quick installation for community users. By the way, process-compose on AUR has been out of date for a long time.
Optimizations: Added native shell completion support for Bash, Zsh, and Fish. Fixed the missing LICENSE and README.md files in the AUR package, ensuring strict adherence to Arch Linux packaging standards.
软件包简介
process-compose-bin 是一个基于 Go 语言的轻量级进程管理工具(类似于 PM2,但提供 TUI 界面)。
打包说明
二进制来源:直接取自 GitHub 官方 Release 的预编译二进制,省去了低配置机器(如小内存 VPS)上源码编译的开销。
与 AUR 的关系:本包是 AUR 中 process-compose 的二进制版本(-bin),方便在低配设备上快速安装。process-compose AUR版本已经长期未更新,因此新增二进制包。
主要优化:修正了 AUR 版本缺少 LICENSE 和 README.md 的问题,提供 Shell 补全功能。