From 1045963959ddfb697898fa90476f837aae4e2881 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 1 Apr 2026 22:56:07 +0200 Subject: 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 --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'README.md') 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: ``` -/ -├── .SlackBuild # Main build script -├── .info # Metadata (version, checksums, URLs) -├── README # Description and usage notes -├── slack-desc # Package description (11-line format) -└── .desktop # (optional) Desktop entry for GUI apps +SlackBuilds/ +└── / + ├── .SlackBuild # Main build script + ├── .info # Metadata (version, checksums, URLs) + ├── README # Description and usage notes + ├── slack-desc # Package description (11-line format) + └── .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 / +sbodl SlackBuilds// # Log in as root, then build the package -cd +cd SlackBuilds/ bash .SlackBuild # Install the resulting package -- cgit v1.2.3