OSDN Git Service

bfe4c50719a86528d477f01e0009bf61b1c52270
[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 aur_helper_command="trizen"
13 aur_helper_package="trizen"
14 aur_helper_depends=(
15     'git'
16     'pacutils'
17     'perl'
18     'perl-libwww'
19     'perl-term-ui'
20     'pacman'
21     'perl-json'
22     'perl-data-dump'
23     'perl-lwp-protocol-https'
24     'perl-term-readline-gnu'
25     'highlight'
26 )
27 aur_helper_args=(
28     #--mflags "-AcC,--skippgpcheck"
29     --aur
30     --noedit
31 )