diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..fd7a33cb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8c931d61..1964f0d6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,7 +43,7 @@ jobs: apx.tar.gz apx-man.tar.gz - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: apx path: | diff --git a/cmd/pkgManagers.go b/cmd/pkgManagers.go index 846c47e8..2b09cf21 100644 --- a/cmd/pkgManagers.go +++ b/cmd/pkgManagers.go @@ -4,7 +4,7 @@ package cmd Authors: Mirko Brombin Pietro di Caprio - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container. */ diff --git a/cmd/runtime.go b/cmd/runtime.go index 3ecf506a..7fa615a5 100644 --- a/cmd/runtime.go +++ b/cmd/runtime.go @@ -4,7 +4,7 @@ package cmd Authors: Mirko Brombin Pietro di Caprio - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container. */ diff --git a/cmd/stacks.go b/cmd/stacks.go index 9724506b..0707d0ea 100644 --- a/cmd/stacks.go +++ b/cmd/stacks.go @@ -4,7 +4,7 @@ package cmd Authors: Mirko Brombin Pietro di Caprio - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container. */ diff --git a/cmd/subsyStems.go b/cmd/subsyStems.go index d67f5cfb..b226a979 100644 --- a/cmd/subsyStems.go +++ b/cmd/subsyStems.go @@ -4,7 +4,7 @@ package cmd Authors: Mirko Brombin Pietro di Caprio - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container. */ diff --git a/core/dbox.go b/core/dbox.go index ee888320..7ea2b711 100644 --- a/core/dbox.go +++ b/core/dbox.go @@ -4,7 +4,7 @@ package core Authors: Mirko Brombin Vanilla OS Contributors - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container. */ diff --git a/core/essentials.go b/core/essentials.go index fb0c488e..d37541df 100644 --- a/core/essentials.go +++ b/core/essentials.go @@ -4,7 +4,7 @@ package core Authors: Mirko Brombin Vanilla OS Contributors - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container. */ diff --git a/core/pkgManager.go b/core/pkgManager.go index 8efd5a4e..14834761 100644 --- a/core/pkgManager.go +++ b/core/pkgManager.go @@ -4,7 +4,7 @@ package core Authors: Mirko Brombin Vanilla OS Contributors - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install Packages and run commands inside a managed container. */ diff --git a/core/stack.go b/core/stack.go index 209f6b21..cce2ecf2 100644 --- a/core/stack.go +++ b/core/stack.go @@ -4,7 +4,7 @@ package core Authors: Mirko Brombin Vanilla OS Contributors - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install Packages and run commands inside a managed container. */ diff --git a/core/subSystem.go b/core/subSystem.go index e3532be3..eb1ab257 100644 --- a/core/subSystem.go +++ b/core/subSystem.go @@ -15,7 +15,7 @@ import ( Authors: Mirko Brombin Vanilla OS Contributors - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container. */ diff --git a/lang/language.go b/lang/language.go index 79b864d3..0eef787e 100644 --- a/lang/language.go +++ b/lang/language.go @@ -4,7 +4,7 @@ package lang Authors: Mirko Brombin Vanilla OS Contributors - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container. */ diff --git a/main.go b/main.go index c71e61f8..a00f8cdb 100644 --- a/main.go +++ b/main.go @@ -4,7 +4,7 @@ package main Authors: Mirko Brombin Pietro di Caprio - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container. */ diff --git a/man/man1/apx.1 b/man/man1/apx.1 index 9adcc4e2..611e07e5 100644 --- a/man/man1/apx.1 +++ b/man/man1/apx.1 @@ -1,4 +1,4 @@ -.TH APX 1 "2023-06-26" "apx" "User Manual" +.TH APX 1 "2024-01-21" "apx" "User Manual" .SH NAME .RS 4 apx - Apx is a package manager with support for multiple sources, allowing you to install packages in subsystems\&. @@ -160,8 +160,18 @@ Create a new package manager\&. Remove the specified package manager\&. .PP .RE -.SS EXAMPLES +.SH EXPORT +.RS 4 +Export the specified package manager\&. +.PP +.RE +.SH IMPORT .RS 4 -apx pkgmanagers +Import the specified package manager\&. +.PP +.RE +.SH UPDATE +.RS 4 +Update the specified package manager\&. +.PP .RE - diff --git a/settings/config.go b/settings/config.go index d97bd4a2..2c41d55d 100644 --- a/settings/config.go +++ b/settings/config.go @@ -4,7 +4,7 @@ package settings Authors: Mirko Brombin Vanilla OS Contributors - Copyright: 2023 + Copyright: 2024 Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container. */