Skip to content

Instantly share code, notes, and snippets.

@citrusui
Last active November 26, 2023 01:02
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save citrusui/c3358f9661550e8cb849 to your computer and use it in GitHub Desktop.
Save citrusui/c3358f9661550e8cb849 to your computer and use it in GitHub Desktop.
Comprehensive Debian control file example
Package: com.example.package
Name: Example Package
Description: An example package.
This longer description will load when a depiction URL is not specified.
Author: Ms. Example <example@example.com>
Maintainer: Example, Inc. <example-inc@example.com>
Version: 1.0-1
Section: Addons (SpringBoard)
Pre-Depends: com.example.system
Depends: com.example.library
Recommends: com.example.helper
Suggests: com.example.new
Enhances: com.example.old
Replaces: com.example.legacy
Conflicts: com.example.legacy
Breaks: com.example.legacy
Provides: com.example.old
Architecture: iphoneos-arm
Homepage: https://example.com
Website: https://example.com
Depiction: https://example.com/com.example.package
SileoDepiction: https://example.com/sileo-depiction/com.example.package
Icon: /Applications/Example.app/AppIcon60x60@2x.png
Tag: cydia::commercial, purpose::console/daemon/extension/library/uikit/x, role::enduser/hacker/developer, compatible::ios14
@strejda603
Copy link

Nice!

I suggest you just to also add depictions for Sileo:
Sileodepiction: https://example.com/sileo-depictions/com.example.package

@citrusui
Copy link
Author

@strejda603 thanks for letting me know. I'll update this Gist shortly to accommodate.

Is there anything else that should be added, whether it be Sileo-specific, or perhaps Zebra-specific? I am all ears.

@strejda603
Copy link

@strejda603 thanks for letting me know. I'll update this Gist shortly to accommodate.

Is there anything else that should be added, whether it be Sileo-specific, or perhaps Zebra-specific? I am all ears.

I don't think so... But I'm not 100% sure, as I'm quite new with Sileo and Zebra.. But Zebra (as far as I know) uses the same depictions as Cydia... Atleast for my repo, my Cydia depictions (Depiction: https://example.com/com.example.package) are displayed in Zebra..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment