-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
42 lines (36 loc) · 1.96 KB
/
config.yaml
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
# Authentication information.
auth:
homeserver: "https://matrix.hunterwittenborn.com"
username: "makedeb"
access_token: "your-access-token"
# Bot configuration.
config:
prefix: "!makedeb" # Prefix for commands that the bot recognizes.
# Command configuration.
commands:
faq:
messages: # Each key in here describes the faq message sent by the bot. I.e. 'quick-links' sets the `faq quick-links` command, with it's corresponding short description and actual value contained below it.
quick-links:
description: Shortcuts to various makedeb websites
value: |
makedeb Homepage: https://www.makedeb.org/
makedeb Docs: https://docs.makedeb.org/
makedeb Package Repository: https://mpr.makedeb.org/
makedeb Git Repositories: https://github.com/makedeb/
installing:
description: Instructions for installing makedeb
value: |
**Installation links:**
- Debian/Ubuntu based systems: [APT repository](https://docs.makedeb.org/home/installing/apt-repository/) | [MPR](https://docs.makedeb.org/home/installing/makedeb-package-repository/)
- Arch Linux based systems: [AUR](https://docs.makedeb.org/home/installing/arch-user-repository/)
- OS-Independent: [Docker](https://docs.makedeb.org/home/installing/docker/)
aur-support:
description: "Describe makedeb's support for AUR PKGBUILDs"
value: |
makedeb does not, and will **never** support PKGBUILDs from the Arch User Repository.
The PKGBUILDs on the AUR are intended for use by makepkg (the build tool on Arch Linux), which uses a different PKGBUILD spec than makedeb, creating potential problems between the two tools.
license:
description: "Show license information for this bot"
value: |
Copyright 2022 makedeb Development Team.
See the source code on [GitHub](https://github.com/makedeb/makedeb-matrix) for copying conditions.