#!/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=( )
