Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bltavares/apthub
APT repo baked up by Github releases
https://github.com/bltavares/apthub
Last synced: 28 days ago
JSON representation
APT repo baked up by Github releases
- Host: GitHub
- URL: https://github.com/bltavares/apthub
- Owner: bltavares
- License: mit
- Created: 2014-03-08T17:27:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-08T21:19:25.000Z (over 10 years ago)
- Last Synced: 2024-04-14T19:36:02.569Z (7 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Apthub
This is an APT repo backed by Github's Release API.
This is not ready yet. The checksum is not being generated yet, which is required by apt.
When it is ready the idea will be that you can host it and it will allow you Releases to provide a simple repo.It looks for .deb uploaded on Releases and build a a list of packages.
### Example for sources.list
```
deb http:/// /
``````
deb http://apthub.herokuapp.com/bltavares baseline/
```