Skip to content

Informatic/apps-repo

 
 

Repository files navigation

Central Repository for webOS Homebrew Project

Submit Your Application

Before submitting your application, please make sure it complies following basic rules:

  1. NO PIRACY. We refuse to endorse or host any kind of information related to piracy, as well as breaking DRM protected content and applications. For IPTV services only legal IPTV services are allowed.
  2. Be considerate to users' TV. It's not a cheap toy, so try your best not breaking it.
  3. If you are making a port to existing applications, please make sure that you are following the original project's open source license.

To submit your application to this central repository, refer to following steps:

Fork This Repository

TODO: Submit without GitHub

Add Your Application

Create a file named your-package-name.yml in packages. Example:

# Display name of your application
title: Homebrew Channel
# Publicly accesible HTTP/HTTPS URL, or data uri to icon image.
iconUri: https://raw.githubusercontent.com/webosbrew/webos-homebrew-channel/main/assets/icon160.png
# Publicly accessible manifest file of your application
manifestUrl: https://github.com/webosbrew/webos-homebrew-channel/releases/latest/download/org.webosbrew.hbchannel.manifest.json
# Category for your application
category: tools
# Long description for your application, in Markdown format
description: |
  Markdown text

Submit a Pull Request

We'll be reviewing and testing your application, then merge it to our main branch. Then your application will be available to download by other users shortly.

Report an Inappropriate Application

If you find any application listed is not appropriate according to rule above, please submit an issue.

Self-Host a Repository

TODO: Make this repo configurable

Related Resources

About

Central repo for webOS Homebrew apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.3%
  • Makefile 13.1%
  • HTML 5.1%
  • CSS 3.5%