Skip to content

NULL-GNU-Linux/repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

200 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo

This is the main NULL GNU/Linux pkglet repo.

How to add it?

By running the following commands that append the repo to the config and clones the repo:

# root user (recommended) 
echo "main https://github.com/NULL-GNU-Linux/repo" | sudo tee /etc/pkglet/repos.conf
pkglet sync

# regular user
echo "main https://github.com/NULL-GNU-Linux/repo" >> ~/.config/pkglet/repos.conf
pkglet sync

How to update it via pkglet?

By running the following command:

sudo pkglet S

How does a pkglet repo look like?

Like this repo. Packages are in reversed Internet domain name convention. So, for example, if your domain is myapp.example.com, package name will be com.example.myapp. As you can see in this repo, we have this example:

org/kernel/linux   # pkglet interprets . as a directory

How to submit a package to this repo?

By forking it, adding your package (follow the name convention!) and then opening a Pull Request.

About

NULL's new main package repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages