https://github.com/lcpluginmaker/repo-contrib
Contrib repository for LeoConsole
https://github.com/lcpluginmaker/repo-contrib
leoconsole package package-repository repository
Last synced: 11 months ago
JSON representation
Contrib repository for LeoConsole
- Host: GitHub
- URL: https://github.com/lcpluginmaker/repo-contrib
- Owner: lcpluginmaker
- License: mit
- Created: 2022-06-08T16:54:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T12:57:25.000Z (over 3 years ago)
- Last Synced: 2024-07-31T20:28:19.311Z (over 1 year ago)
- Topics: leoconsole, package, package-repository, repository
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeoConsole-repo-contrib
This is the contrib repository for [LeoConsole](https://github.com/BoettcherDasOriginal/LeoConsole)'s
[apkg](https://github.com/alexcoder04/LeoConsole-apkg).
It is the unofficial repository. It is moderated by LeoConsole (co-)developers
and trusted users, however everyone can submit their own packages.
You can imagine it as a kind of AUR if you are familiar with Arch Linux.
You can enable it by editing `var/apkg/config.json`:
```json
{
... ,
"Repositories": [
... ,
{
"name": "contrib",
"url": "https://raw.githubusercontent.com/alexcoder04/LeoConsole-repo-contrib/main/index.json"
}
]
}
```
Contributions are welcome! If you know how repo indexes work, just open a PR
adding your package. If unsure, just open an issue.