-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.settings
56 lines (48 loc) · 1.56 KB
/
.settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#!/bin/bash
#########################################################
# #
# This is BashStyle-NG #
# #
# Licensed under GNU GENERAL PUBLIC LICENSE v3 #
# #
# Copyright Christopher Roy Bratušek #
# #
#########################################################
APP_NAME="BashStyle-NG"
APP_VERSION=10.9
APP_CODENAME="New Eridu"
APP_LANGUAGES="de"
APP_YEAR="2007 - 2024"
IN_FILES=(rc/bashstyle-rc data/bashstyle data/bashstyle-config-helper data/bashstyle-ng.pc)
##############################
# Dependencies
##############################
APPS=(bash bc gawk grep less sed)
OPT_APPS=("aapt:apkdump won't work"
"acpi:systemkit battery won't work"
"bat:using bat instead of cat won't work:batcat"
"dig:check m won't work"
"ffmpeg:movie2gif won't work"
"lspci:systemkit pci won't work"
"lsusb:systemkit usb won't work"
"ps2pdf:man2pdf won't work"
"ssh-add:gitkit won't be able to remember the password"
"tree:treecd won't work"
"wget:some systemkit and gikit feautres won't work"
"xe:using gitkit cloneuser/cloneorg won't work"
"xmlindent:xmlpager won't work")
SAPPS=( )
OPT_SAPPS=("dmidecode:systemkit bios won't work")
BUILD=("makeinfo:can't build documentation"
"msgfmt:can't build translation files"
"pkg-config:can't perform library checks")
OPT_BUILD=("gtk-update-icon-cache:can't update icon cache"
"intltool-extract:can't create translation templates"
"msgmerge:can't update translation files"
"xgettext:can't create translation templates")
LIBS=( )
OPT_LIBS=( )
GIR=( )
OPT_GIR=( )
PYMODS=(configobj gettext gi.repository.Gtk:3.0 shutil)
OPT_PYMODS=( )