Difference between revisions of "Create Manjaro Packages"

imported>Handy
(Created page with "=Guidelines for creating Manjaro packages= Devtools has been updated by core team members to suit our needs. Creating a clean package for Manjaro is as easy as eating pie. (A...")
 
imported>Handy
Line 26: Line 26:


<br clear="all"/>
<br clear="all"/>
===Building Packages for the various repos===  
===Building Packages for the various repos===


'''Building for stable i686:'''
'''This is the format:'''
cd <repo>/<package>
sudo stable-i686-build


'''Building for testing x86_64:'''
  cd <repo>/<package>
  cd <repo>/<package>
  sudo testing-x86_64-build
  sudo <branch>-<arch>-build




Line 42: Line 39:


<br clear="all"/>
<br clear="all"/>
===Build i686 packages on an x86_64 host===
===Build i686 packages on an x86_64 host===


Anonymous user