Developments and build tools for Oranchelo Icon Theme.
sudo apt install git gcc curl dh-make devscripts dput
sudo dnf install git gcc curl fedora-packager fedora-review
git clone https://github.com/Madh93/oranchelo-tools/ && cd oranchelo-tools
make
sudo make install
Initialize a default workspace:
oranchelo-tools init
Get last release of Oranchelo Icon Theme:
oranchelo-tools update
Edit configuration file:
oranchelo-tools config --edit
Config sample:
BEGINBUILD
----------
# TYPE VERSION CODENAME
# deb 14.04 trusty
# Add your builds here
deb 15.10 wily
deb 16.04 xenial
---------
ENDBUILD
And build packages!
oranchelo-tools build
- Fork it ( https://github.com/Madh93/oranchelo-tools/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request