Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fascodenet/alterlinux-repo
https://github.com/fascodenet/alterlinux-repo
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fascodenet/alterlinux-repo
- Owner: FascodeNet
- License: gpl-3.0
- Created: 2021-11-15T09:07:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:21:18.000Z (about 2 years ago)
- Last Synced: 2024-11-17T06:19:42.409Z (2 months ago)
- Language: Shell
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Alter Linux Repository
`alterlinux-repo`はPKGBUILDと、それをビルドするシェルスクリプトを含んだリポジトリです。
全てのPKGBUILDはクリーンなChroot環境内でビルドされます。
現在、サポートされているアーキテクチャは `x86_64` `i686` `pentium4` です。
## Document
### リポジトリについて
AURにアップロードすることのできない、もしくは頻繁に使用するパッケージを置いているリポジトリです。現在、GitHub PagesとOSDNでホストされています。
### スクリプトについて
#### `start.sh`
Docker上でビルドを行います
### `scruots/main.sh`
Chroot環境上でのパッケージのビルドを行います。
このスクリプトはArch Linux上でのみ動作します。
### `scripts/rsync.sh`
### Contribute
## Todo
- [ ] Arch Linux上でのリポジトリのビルド
- [x] x86_64
- [x] i686
- [ ] pentium4
- [ ] ARMv8
- [ ] Arch Linux上でのデプロイ
- [x] Rsyncを使った追加のデプロイ
- [ ] Sftpを使った旧ファイルの削除
- [ ] ドキュメントの整備
- [ ] パッケージの更新
- [ ] `filesystem`
- [ ] Docker上でのビルドとデプロイ
- [ ] GitHub Actionsを利用した自動ビルド
- [ ] Fascodeサーバを使った自動デプロイ