Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: update files #323

Merged
merged 2 commits into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion cmd/pkgManagers.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package cmd
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2023
Copyright: 2024
Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container.
*/

Expand Down
2 changes: 1 addition & 1 deletion cmd/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package cmd
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2023
Copyright: 2024
Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container.
*/

Expand Down
2 changes: 1 addition & 1 deletion cmd/stacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package cmd
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2023
Copyright: 2024
Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container.
*/

Expand Down
2 changes: 1 addition & 1 deletion cmd/subsyStems.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package cmd
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2023
Copyright: 2024
Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container.
*/

Expand Down
2 changes: 1 addition & 1 deletion core/dbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/essentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/pkgManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Apx is a wrapper around multiple package managers to install Packages and run commands inside a managed container.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Apx is a wrapper around multiple package managers to install Packages and run commands inside a managed container.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/subSystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container.
*/
Expand Down
2 changes: 1 addition & 1 deletion lang/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package lang
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container.
*/
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package main
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2023
Copyright: 2024
Description: Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container.
*/

Expand Down
18 changes: 14 additions & 4 deletions man/man1/apx.1
Original file line number Diff line number Diff line change
@@ -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\&.
Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion settings/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package settings
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Apx is a wrapper around multiple package managers to install packages and run commands inside a managed container.
*/
Expand Down