Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Gozjaro/gozjaro-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gozjaro-repo

Package recipes for the Gozjaro Linux base system.

Built with gozpak from LFS 12.3 sources.

Install packages from the repo

echo 'https://github.com/Gozjaro/gozjaro-repo/releases/download/stable' > /etc/gozpak/repos.conf
gozpak sync
gozpak get curl

Build from source

Point GOZPAK_PATH at this directory:

export GOZPAK_PATH=/path/to/gozjaro-repo
gozpak build zlib
gozpak install zlib

Maintainer workflow

1. Build packages

export GOZPAK_PATH=/path/to/gozjaro-repo
gozpak repo-build -f packages.list -o ./repo

2. Generate repo index

gozpak repo-index ./repo

3. Upload to GitHub Releases

./scripts/repo-upload.sh ./repo stable

This uploads all tarballs + repo.index as assets on a GitHub Release tagged stable. Clients point GOZPAK_REPOS at:

https://github.com/Gozjaro/gozjaro-repo/releases/download/stable

Requires GitHub CLI (gh) authenticated.

Generate real checksums

Recipes ship with SKIP checksums. To generate real SHA256 hashes:

# Single package
gozpak checksum zlib

# All packages
for pkg in */; do [ -f "$pkg/build" ] && gozpak checksum "${pkg%/}"; done

Recipe format

Each directory is a package recipe:

File Required Description
build yes Shell script; $1 = DESTDIR
version yes <version> <release>
depends no One dependency per line
sources no Source URLs (VERSION is substituted)
checksums no SHA256 per source, or SKIP
meta no Metadata (type, description, license)

Package count

85 packages covering the full LFS 12.3 base system, gozpak itself, networking tools (curl, wget, openssh, git, rsync), and disk utilities (parted, dosfstools, libarchive).

License

MIT

About

Package recipes for the Gozjaro Linux base system.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages