OSDN Git Service

a1a841d6878b1d38e851e98b0ab96ef5c1fda923
[alterlinux/alterlinux.git] / modules / base / config.i686
1 #!/usr/bin/env bash
2 #
3 # Yamada Hayao
4 # Twitter: @Hayao0819
5 # Email  : hayao@fascode.net
6 #
7 # (c) 2019-2021 Fascode Network.
8 #
9 # Config files for all i686 channel
10 #
11
12
13 #-- Use trizen --#
14
15 #aur_helper_command="trizen"
16 #aur_helper_package="trizen"
17 #aur_helper_depends=(
18 #    'git'
19 #    'pacutils'
20 #    'perl'
21 #    'perl-libwww'
22 #    'perl-term-ui'
23 #    'pacman'
24 #   'perl-json'
25 #   'perl-data-dump'
26 #    'perl-lwp-protocol-https'
27 #   'perl-term-readline-gnu'
28 #   'highlight'
29 #)
30 #aur_helper_args=(
31 #    #--mflags "-AcC,--skippgpcheck"
32 #    --aur
33 #    --noedit
34 #)
35
36 #-- Use wfa --#
37 #aur_helper_package="wfa-git"
38 #aur_helper_command="wfa"
39 #aur_helper_depends=('sudo' 'pacman' 'jq' 'python3' 'curl' 'pyalpm' 'python-srcinfo')
40 #aur_helper_args=(
41 #    --mflags "-AcC"
42 #    --mflags "--skippgpcheck"
43 #    --aur
44 #)
45
46 #-- Use pikaur --#
47 #aur_helper_package="pikaur"
48 #aur_helper_command="pikaur"
49 #aur_helper_depends=("pyalpm" "asp" "python-commonmark")
50 #aur_helper_args=(
51 #    --aur
52 #    --noedit
53 #    --noconfirm
54 #    --nodiff
55 #    --rebuild
56 #    --mflags="-AcC,--skippgpcheck"
57 #)
58
59 #-- Use paru --#
60 aur_helper_package="paru"
61 aur_helper_command="paru"
62 aur_helper_depends=("cargo" "asp" "bat")