Talk:Creating an Alpine package

From Alpine Linux
Revision as of 20:05, 12 August 2010 by Nangel (talk | contribs) (Created page with 'Under "commit your work", there's a thing to cd $aportsdir git pull This should pull all the changes made by others into you local git repo. When you think you are ready you...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Under "commit your work", there's a thing to

cd $aportsdir
git pull

This should pull all the changes made by others into you local git repo. When you think you are ready you can add your files to git:

cd $apkbuilddir
git add APKBUILD (include any other files needed for the build; $pkgname.install...)
git commit


What is the difference between $aportsdir and $apkbuilddir?

Is apkbuilddir $aportsdir/$pkgname ? Or can $apkbuilddir be ~/work/foo/packagename


--Nangel 20:05, 12 August 2010 (UTC)