diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-03-03 12:37:36 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 17:20:40 +0700 |
commit | 490ae69b8f0237a3866d75b7aae204440971b172 (patch) | |
tree | 6615a941a7ce84e4a81dfa3e0e2f35be2461b4df /system/slackrepo/README | |
parent | 9485e97be5e66fa84621d712fba9c31246c33688 (diff) |
system/slackrepo: Added (automated slackbuild builder)
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slackrepo/README')
-rw-r--r-- | system/slackrepo/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/slackrepo/README b/system/slackrepo/README new file mode 100644 index 000000000000..c3949a029181 --- /dev/null +++ b/system/slackrepo/README @@ -0,0 +1,14 @@ +slackrepo - Automated SlackBuild package builder + +slackrepo is a tool for making and managing package repositories on +Slackware, by building from repositories of SlackBuilds. + +Features: + * Clean repeatable building, including dependencies + * Highly automated (no interaction required) + * Package updates detected by tracking upstream git revisions + * Output repositories suitable for use with slackpkg+ + +You'll most likely want to also install slackrepo-hints. + +Optional dependency: fakeroot |