Giter VIP home page Giter VIP logo

scripts's Introduction

Build Status Codacy Badge Crowdin Badge

How to add a script

  1. Fork this repository, create a new branch and clone it

    git clone https://github.com/<user>/scripts.git
    cd scripts
    git checkout <branch>
    
  2. Add the local checkout as a local repository in Phoenicis (see instructions)

  3. Select the right category for the application

    • Accessories
    • Development
    • Games
    • Graphics
    • Internet
    • Multimedia
    • Office
    • Other
    • Science
  4. Create a new folder for your script inside that category. The folder structure should be:

    category
    └── application-name
        ├── script-name
        │   ├── script.js
        │   └── script.json
        ├── miniatures
        │   └── main.png
        └── application.json
    

    Typically, script-name will be something like "Steam", "Online" or "v1.2".

    Even if the application name contains ®, ™ or the like, you should not use it in the folder name.

  5. Fill the files:

    • script.js: actual installation script
    • script.json: describes the installation script
      {
      "scriptName": "Online",
      "compatibleOperatingSystems": ["MACOSX", "LINUX"],
      "testingOperatingSystems": [],
      "free": true,
      "requiresPatch": false
      }
    • main.png: application icon (400px x 300px)
    • application.json: describes the application
      {
      "name":	"Steam",
      "description": "Application description"
      }
  6. Verify changes:

    • Ensure that the changes fulfill the code quality requirements and the files are formatted correctly (see tools).
  7. Create a pull request:

    • Please create one pull request per script if you want to commit multiple scripts.
    • use the following naming convention
      • for a new script: "Add <application name>" (e.g. "Add 7-zip")
      • for an updated script: "Update <application name> <what changed>" (e.g. "Update 7-zip to use Wine 2.1")

Translate

Phoenicis scripts are localized using Crowdin: https://crowdin.com/project/phoenicis-scripts If your language is not listed, please create an issue.

scripts's People

Contributors

plata avatar imperators79 avatar qparis avatar zemogiter avatar madoar avatar gverm avatar feanor12 avatar falsecam avatar mlaradji avatar phoenicisbot avatar rockfireredmoon avatar amosar avatar brainzyy avatar chriamue avatar codacy-badger avatar kant avatar seijikun avatar marysaka avatar odziom91 avatar ovari avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.