Skip to content

Latest commit

 

History

History
executable file
·
42 lines (27 loc) · 784 Bytes

README.md

File metadata and controls

executable file
·
42 lines (27 loc) · 784 Bytes

PKGBUILDS

Here you can find the build files for VasakOS and related applications

Build

for build a package you can use makepkg command

makepkg -si

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

  1. Fork it
  2. Create your branch
git checkout -b feature/new-application
  1. Commit your changes
git commit -am 'Add some new-application'
  1. Push to the branch
git push origin feature/new-application
  1. Create a new Pull Request

Contributors