mirror of
git://kentoj.de/scpm-src.git
synced 2026-04-11 03:02:22 +02:00
WIP binary package generator concept
| src | ||
| LICENSE | ||
| LOGIC | ||
| Makefile | ||
| README | ||
scpm-src ======== What is it? ----------- scpm-src is a tool for *nix systems to generate binary pacakges for [scpm](TODO) out of simple template files. It is pretty flexible in that it allows overwriting common paths like /usr/lib or /etc. I think this makes it possible to conform to the slashpackage convention(http://cr.yp.to/slashpackage.html). Install ------- WIP; DO NOT. requires: * A POSIX-compliant C development environment * BSD make version 20251111 or later * skalibs version 2.14.5.0 or later: https://skarnet.org/software/skalibs/ $ bmake && sudo bmake clean install