vgmoose / wiiu-hbas

[Wii U] Homebrew App Store - download apps for HBL (Legacy)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The 1.5 version of HBAS is released! See the post here for more info.

icon

Build Status

Known Homebrew app store repos:

At this time, only one repository at a time is supported. See below on how to use a custom repository.

Usage

Copy the release to /wiiu/apps on the SD card, and launch it from the homebrew launcher. You can then launch this app to install and manage downloaded software for the HBL onto your SD card from any HBAS server.

Building

To build this app, the following dependencies should be installed:

and then cd into the main repo folder and run make. See the .travis.yml for more details.

Customizing the server

You can put a text file in the /wiiu/apps/appstore/ folder called "repository.txt". If this file is detected then HBAS will use the contents of this file as the specified server. It will expect a yaml file at a GET request to /directory.yaml . If this file is not in the app bundle, it will default to hbas.vgmoose.com.

By using the configuration file, you can distribute (freely!) your own custom copy of HBAS that only manages apps from your server. To make the file, make sure that only the contents of the URL (with no trailing slash) are in the repository.txt file, with no new line at the end either. This file should be placed inside of the "appstore" folder, when redistributing the appstore.

Adding your app

If you are a developer and would like to add an app to HBAS, you will need to find the repository maintainer and ask them to add it. You should also supply a compiled app bundle for your application. The web frontend provides a contact link in the form of a chat icon in the upper right corner, which can be used to contact the maintainer if they are using the web template.

Credits

Code

  • dimok - lots of code, and the main framework used here is copied from Homebrew Launcher
  • pwsincd - writing and optimizing web template code
  • brienj - extremely helpful debugging
  • rw-r-r_0644 - fix some framerate issues and downloading enhancements
  • quarktheawesome - the lovely exception handler
  • zarklord1 - wii u zip folder extraction library
  • maschell - libgui and libutils refactoring
  • marionumber1 - for begrudgingly being a 5.5 enabler

Resources

Misc Support

  • quarktheawesome
  • ryuutseku85
  • creepermario
  • datalogger
  • dylon99

And everybody else in the developing Wii U homebrew community!

About

[Wii U] Homebrew App Store - download apps for HBL (Legacy)

License:GNU General Public License v3.0


Languages

Language:C++ 67.8%Language:Python 9.1%Language:C 7.6%Language:PHP 7.0%Language:JavaScript 4.4%Language:Makefile 2.4%Language:CSS 1.1%Language:Shell 0.5%