https://github.com/initdc/sorting-software-name
Sorting software name when you build. 排序软件包名
https://github.com/initdc/sorting-software-name
build formatting scripts sorting
Last synced: about 2 months ago
JSON representation
Sorting software name when you build. 排序软件包名
- Host: GitHub
- URL: https://github.com/initdc/sorting-software-name
- Owner: initdc
- License: mit
- Created: 2022-04-03T12:40:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T07:05:26.000Z (about 3 years ago)
- Last Synced: 2025-01-20T23:48:31.885Z (about 1 year ago)
- Topics: build, formatting, scripts, sorting
- Language: HTML
- Homepage: https://initdc.github.io/sorting-software-name/
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [排序软件包名](https://github.com/initdc/sorting-software-name)
> 解决写脚本时的格式化问题
## 起因
买了两个开发板, 准备学习嵌入式, 而构建系统镜像需要复杂的操作
裸机系统安装软件包未免太过难以管理 溯源 回滚. 想来Docker还是
最好的方案.
## 排序方法
JavaScript [Array.prototype.sort()](https://mdn1.moz.one/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort)
## 运行实例
https://build.moz.one
## 示例
```sh
# 80 char
asciidoc autoconf autotools-dev bash bc binutils build-essential bzip2 cpio curl \
cvs dblatex device-tree-compiler g++ gcc gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabihf genext2fs git gitk graphviz gzip intltool libdrm-dev \
libglade2-dev libglib2.0-dev libgtk2.0-dev libncurses5 libsigsegv2 libssl-dev \
libudev-dev libusb-1.0-0-dev m4 make mercurial mtools openssh-client parted \
patch perl python rsync sed subversion tar texinfo u-boot-tools unzip w3m wget
# 5 name
asciidoc autoconf autotools-dev bash bc \
binutils build-essential bzip2 cpio curl \
cvs dblatex device-tree-compiler g++ gcc \
gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf genext2fs git gitk \
graphviz gzip intltool libdrm-dev libglade2-dev \
libglib2.0-dev libgtk2.0-dev libncurses5 libsigsegv2 libssl-dev \
libudev-dev libusb-1.0-0-dev m4 make mercurial \
mtools openssh-client parted patch perl \
python rsync sed subversion tar \
texinfo u-boot-tools unzip w3m wget
```
## 贡献
欢迎发现问题, 提出改进
## 许可证
MIT