Introduction

sspm is a package manager inspired from 'makepkg' and the 'LFS' project.
it's a simple script written in bash, that you can use to build, install and manage your packages

Releases

the latest version is 1.0.9, released on June 17, 2025.
or browse the download page to get a specific release

Suported OS

This software is designed for linux-based systems built from source ( or if you want to build one )

Contacts


Why sspm ?

sspm for simple script package manager

Releases history

v1.0.9 ------ released on June 17, 2025
sha256 (xz) : a80f8788847a9659ebcb38e0bad754fe1872a3f9a5d25c4dd16af61389f6508f
sha256 (gz) :    1a0f87e019ff0c1d0a6fa65ccaf1748cf35f6c44d10388b967e7fc8c9facb13f

v1.0.0 ------ released on February 2, 2022
sha256 : 5151ae50bfa2678aa4f83b67778478ee9d683be9d05b5f4435ae65b7f318ad11

Release note

 ...

See also

the pkgbuild files examples  ------  here
this is given by way of an example only, to see pkgbuild files editing methods and may be outdated.

License

GNU GPL v3+ or any later of your choise

NOTE:

build file name: pkgbuild or pkgbuild_foo is right

packar@pc:~/build$ ls
pkgbuild_e2fsprogs  pkgbuild_sassc
pkgbuild_elfutils   pkgbuild_pm-utils
pkgbuild_ell     pkgbuild_findutils
pkgbuild_file      pkgbuild_procps
pkgbuild_glibc     pkgbuild_psmisc
pkgbuild_libinput    pkgbuild_gcc
pkgbuild_gawk    pkgbuild_flex
pkgbuild_expat    pkgbuild_rustc
pkgbuild_guile     pkgbuild_fribidi
packar@pc:~/build$ sspm --destdir='../packages' -ib

and will ask you which package to build.

do not use comments in 'pkgbuild' files unless it's a file comment such as with the cat command
because the bash comment sign is used as maker by the software while reading the file
see pkgbuild files examples to learn more.