Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

homeean/buildscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buildscripts for homeean

homeean is a web based buildtool, which generates an individual buildscript (Bash-Script) for user selected Smart Home Tools to be installed on a Raspberry Pi running on Raspbian.

These tools are mainly provided for the use with the Smart Home Gateway homee in order to extend its functionality and provide interfaces to other tools & standards.

Target group for homeean are users with limited knowledge of Linux system administration.

The name "homeean" has been chosen as a tribute to Debian (forefather of Raspbian) and homee.

homeean is intentionally always written in lower case (as is homee), even at the beginning of a sentence ;-)

contributing

Contributions are welcome, wether you provide a new script or update a existing one. Please push only tested packages to the master branch, since every commit is pulled frequently by the web based build tool.

folders and filenames

The files are organized in folders. The foldernames are in kebab case, i.e. harmony-api. Each folder contains at least three files

  • commands.sh with the bash commands to install the package (without dependencies to other packages)
  • description.md with a short description of the package
  • package.json with a friendly name and some other infomations

package.json

The package.json File contains some information about the package.

// package.json example

{
  "name": "Friendly Name",
  "version": "latest",
  "source_url": "https://himpler.com/homeean",
  "dependencies": ["git", "node-js"]
}
  • name [required] That's the friendly name which shows up at the homeean Webinterface
  • version [optional] Specify the version
  • source_url [optional]The packages source
  • dependencies [optional] To ensure that every package is only installed once, homeean includes a dependency manager. To add dependencies add an array of package names to your package.json. The packages must be already included in homeean.

Releases

No releases published

Packages

No packages published

Languages