This repository was archived by the owner on Aug 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeb.json
More file actions
48 lines (48 loc) · 1.66 KB
/
deb.json
File metadata and controls
48 lines (48 loc) · 1.66 KB
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
{
"name": "acc",
"version": "0.5.1",
"maintainer": "72nd <msg@frg72.com>",
"changed-by": "72nd <msg@frg72.com>",
"section": "misc",
"priority": "optional",
"homepage": "http://github.com/72nd/acc",
"files": [
{
"from": "deb-tmp/!arch!/!name!",
"to": "/usr/bin",
"base" : "deb-tmp/!arch!/",
"fperm": "0755"
}
],
"copyrights": [
{
"files": "*",
"copyright": "2020 72nd <msg@frg72.com>",
"license": "MIT",
"file": "LICENSE"
}
],
"essential": false,
"depends": [
"poppler-utils",
"ghostscript",
"libc6"
],
"recommends": [],
"suggests": [],
"enhances": [],
"pre-depends": [],
"description": "Versatile CLI and plain-text (YAML) based ERP system.",
"description-extended": "First planned as a simple tool chain for easing the work with the plain text accounting software hledger, acc evolved into some sort of plain-text ERP system. It's capable of keeping track of your customers, employees, expenses and invoices as well as importing bank statements (via ISO 20022 camt). Acc can generate most of your hledger account records based on this data. Also it's possible to export all business records (expenses etc.) with their respective receipt as a PDF for further archiving. There is also a quit powerful query functionality for easy finding of records. For adding new data, a interactive prompt can be used (you also can just edit the YAML files by yourself).",
"package-type": "deb",
"systemd-file": "",
"init-file": "",
"default-file": "",
"preinst-file": "",
"postinst-file": "",
"prerm-file": "",
"postrm-file": "",
"changelog-cmd": "",
"mans": [],
"menus": []
}