Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uroboro/cydia-repo.tihmstar.org
Technical repository
https://github.com/uroboro/cydia-repo.tihmstar.org
Last synced: 25 days ago
JSON representation
Technical repository
- Host: GitHub
- URL: https://github.com/uroboro/cydia-repo.tihmstar.org
- Owner: uroboro
- Created: 2013-10-26T18:46:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-13T17:27:38.000Z (over 10 years ago)
- Last Synced: 2023-06-28T14:15:34.848Z (over 1 year ago)
- Size: 301 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cydia-repo.tihmstar.org
==========This repo is not meant to be clone by regular user. If you want to get it's content you should add "repo.tihmstar.org" and download the tool via Cydia or apt.
This is a cydia undeb-repo demo. If you want to maintain your package hosted on my repo, you need to (asking tihmstar first) make such an undeb-repo on your git. There you can push your changes and my daemon will clone your git repo, build a deb and push to my Cydia repo.
You need to create a new repo in your git which must be named "cydia-repo.tihmstar.org"
In the README.md I advise you to copy the first part from this file.Create a folder for each package you want to sumbit and name it with the package ID. Inside this package directory put the files the package contains.
You must have a `packageID/DEBIAN/control` file which must at least contain:
* "Package" (id of your package)
* "Name" (name displayed in cydia)
* "Version" (your package version)
* "Author" (your name)Check any control files in this repository to see how to format said file.