OSDN Git Service

[fix] : Fixed translation at line break
[alterlinux/wfa.git] / README.md
1 <h2> WFA - A simple AUR helper written in a shell script </h2>
2
3 <p>wfa is an AUR helper written in Bash that is being developed to replace yaourt.</p>
4
5 <p>
6     <img src="https://img.shields.io/travis/com/Hayao0819/wfa/master?style=flat-square">
7     <img src="https://img.shields.io/github/license/Hayao0819/wfa?style=flat-square">
8     <img src="https://img.shields.io/github/issues/Hayao0819/wfa?style=flat-square">
9     <img src="https://img.shields.io/aur/version/wfa-git?style=flat-square">
10 </p>
11
12 <h3> WARNING </h3>
13 <p>
14     <b>wfa is still in its infancy.</b>
15     <b>Most features have not been implemented yet and are not stable.</b>
16 </p>
17
18 <h3> Install </h3>
19 Install <code>wfa-git</code> from AUR
20
21
22 <h3> Screen shot </h3>
23 <p><img src="/images/install-google-chrome.png"></p>
24
25 <h3> Dependent packages </h3>
26 <ul>
27     <li>sudo</li>
28     <li>pacman</li>
29     <li>jq</li>
30     <li>python3</li>
31     <li>curl</li>
32     <li>pyalpm</li>
33     <li>python-srcinfo</li>
34 </ul>
35
36 <h3> Todo </h3>
37 - `--search`の色付き出力
38 - `pacman`の全オペレーションの実装
39 - `pacman`の全オプションの実装
40 - `yay`の全オプションの実装
41 - `pacstrap`のサポート
42 - パッケージのビルドとインストールの順番を変更