Skip to content

Commit ec8529c

Browse files
committed
add: structure for ayaka
1 parent 88dd491 commit ec8529c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+16
-3888
lines changed

.dockerignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "alterlinux/alterlinux-filesystem"]
2+
path = alterlinux/alterlinux-filesystem
3+
url = https://github.com/FascodeNet/alterlinux-filesystem.git

.markdownlint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"default": true,
3+
"no-inline-html": false,
4+
"no-alt-text": false
5+
}

Dockerfile

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
`alterlinux-repo`はPKGBUILDと、それをビルドするシェルスクリプトを含んだリポジトリです。
44

5-
全てのPKGBUILDはクリーンなChroot環境内でビルドされます。
6-
7-
現在、サポートされているアーキテクチャは `x86_64` `i686` `pentium4` です。
8-
95
<p>
106
<a href="/LICENSE.md">
117
<img src="https://img.shields.io/badge/license-MIT--SUSHI-orange?style=flat-square">
@@ -23,45 +19,3 @@
2319
<img src="https://img.shields.io/tokei/lines/github/FascodeNet/alterlinux-repo?style=flat-square">
2420
</a>
2521
</p>
26-
27-
28-
## Document
29-
30-
### リポジトリについて
31-
32-
AURにアップロードすることのできない、もしくは頻繁に使用するパッケージを置いているリポジトリです。現在、GitHub PagesとOSDNでホストされています。
33-
34-
### スクリプトについて
35-
36-
#### `start.sh`
37-
38-
Docker上でビルドを行います
39-
40-
### `scruots/main.sh`
41-
42-
Chroot環境上でのパッケージのビルドを行います。
43-
44-
このスクリプトはArch Linux上でのみ動作します。
45-
46-
### `scripts/rsync.sh`
47-
48-
49-
### Contribute
50-
51-
52-
53-
## Todo
54-
- [ ] Arch Linux上でのリポジトリのビルド
55-
- [x] x86_64
56-
- [x] i686
57-
- [ ] pentium4
58-
- [ ] ARMv8
59-
- [ ] Arch Linux上でのデプロイ
60-
- [x] Rsyncを使った追加のデプロイ
61-
- [ ] Sftpを使った旧ファイルの削除
62-
- [ ] ドキュメントの整備
63-
- [ ] パッケージの更新
64-
- [ ] `filesystem`
65-
- [ ] Docker上でのビルドとデプロイ
66-
- [ ] GitHub Actionsを利用した自動ビルド
67-
- [ ] Fascodeサーバを使った自動デプロイ
File renamed without changes.

repos/alter-stable/alterlinux-fcitx-conf/PKGBUILD renamed to alterlinux/alterlinux-fcitx-conf/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
pkgname=alterlinux-fcitx-conf
55
pkgver=1.1
6-
pkgrel=2
6+
pkgrel=3
77
pkgdesc='AlterLinux fcitx Settings'
88
arch=('any')
99
url='https:/fascode.net'
10-
source=("https://github.com/SereneTeam/${pkgname}/archive/v${pkgver}.zip")
10+
source=("https://github.com/FascodeNet/${pkgname}/archive/v${pkgver}.zip")
1111
conflicts=("alterlinux-fcitx-conf-git")
1212
sha256sums=('SKIP')
1313

alterlinux/alterlinux-filesystem

Submodule alterlinux-filesystem added at 63a44b5
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)