3/18: Functional package installation backend
This commit is contained in:
17
pkg/bar.gpkg
Normal file
17
pkg/bar.gpkg
Normal 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 = (
|
||||
{};
|
||||
);
|
||||
Reference in New Issue
Block a user