From c6645ec87b9c3dabeafb466451be10c51dcec60a Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Sat, 20 Sep 2025 16:05:59 +0100 Subject: [PATCH] Added readme --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..5250ac5 --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +Solaris Package System +====================== + +This is an attempt, using pure `sh`, to create a software +building and packaging system for Solaris 10 (and maybe +other versions) on an UltraSPARC II system (my test system +is an Ultra 60). + +It is based loosely around a combination of both Arch's +makepkg system and FreeBSD's ports tree. + +It is very much a work in progress and liable to break any time.