aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-01 22:56:07 +0200
committerDanilo M. <danix@danix.xyz>2026-04-01 22:58:53 +0200
commit1045963959ddfb697898fa90476f837aae4e2881 (patch)
treef4f93fcd99ea0f2dfa1342d79baef10d5f66cc7c /README.md
parentfbb8e8f558f541d6a573105dc369ba7c563f78eb (diff)
downloadmy-slackbuilds-1045963959ddfb697898fa90476f837aae4e2881.tar.gz
my-slackbuilds-1045963959ddfb697898fa90476f837aae4e2881.zip
repo: move all packages under SlackBuilds/ subfolder
Reorganize repository by moving all 11 package directories into a new SlackBuilds/ subfolder. Update README.md, CLAUDE.md, and hooks/post-commit to reflect the new path structure. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index 67265f5..012b7ac 100644
--- a/README.md
+++ b/README.md
@@ -14,15 +14,16 @@ This repository serves two purposes:
## Repository Structure
-Each package lives in its own top-level directory:
+All packages live under the `SlackBuilds/` subfolder:
```
-<package-name>/
-├── <package-name>.SlackBuild # Main build script
-├── <package-name>.info # Metadata (version, checksums, URLs)
-├── README # Description and usage notes
-├── slack-desc # Package description (11-line format)
-└── <package-name>.desktop # (optional) Desktop entry for GUI apps
+SlackBuilds/
+└── <package-name>/
+ ├── <package-name>.SlackBuild # Main build script
+ ├── <package-name>.info # Metadata (version, checksums, URLs)
+ ├── README # Description and usage notes
+ ├── slack-desc # Package description (11-line format)
+ └── <package-name>.desktop # (optional) Desktop entry for GUI apps
```
---
@@ -61,10 +62,10 @@ git clone https://github.com/danix/my-slackbuilds.git
cd my-slackbuilds
# Download the source and verify checksums
-sbodl <package-name>/
+sbodl SlackBuilds/<package-name>/
# Log in as root, then build the package
-cd <package-name>
+cd SlackBuilds/<package-name>
bash <package-name>.SlackBuild
# Install the resulting package