3/18: Functional package installation backend

This commit is contained in:
2026-03-18 09:57:09 -04:00
parent e79c96a987
commit 6819fe7c69
24 changed files with 1011 additions and 145 deletions

17
pkg/bar.gpkg Normal file
View File

@@ -0,0 +1,17 @@
#
# bar
#
PKG_NAME = "bar";
PKG_VER = 1.0.0;
PKG_DESC = "example pkg";
PKG_MAINT = "liamwaldron@everestlinux.org";
PKG_COPYRIGHT = "GPL3";
PKG_DEPS = (
{ PKG_NAME = "foo"; PKG_VER = 1.1.1; };
);
PKG_CONFS = (
{};
);