-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alpine package #3
Comments
❤️ |
For anyone interested finding this, saved you a search: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package |
Here is a working APKBUILD. I opted not to install the symlinks because I haven't figured out how to easily make sure these get uninstalled correctly. We may want a Having never packaged for alpine before, do we maintain this in tree, in a branch, in a separate repo, ...?
|
Okay. I did more reading and see now the process is to submit it as a patch to the aports repo. I'll do this now!! :) |
Update? |
Should I submit it to community or testing? |
Not sure. @andyshinn do you know what would be best? |
Submit it to testing first. |
Thanks to help from @MattAitchison, we have mattaitchison/entrykit-apk now and I'm waiting to submit the 0.4.0r1 to alpine testing, but there are DNS issues currently. We can close this. |
Successfully, I think, submitted it to the alpine-aports list. Haven't received a bounce/spam notification this time, at least :). We'll see if it pops up in the archives later. |
They have a patchwork program that grabs patches for review. You can use it to verify stuff got through. In this case, yes it did: http://patchwork.alpinelinux.org/patch/1779/. |
Thanks, @andyshinn! |
Published in testing. Done. |
Can be closed. |
Entrykit works great with Alpine and it's a bit cumbersome to set up Entrykit.
curl .. | tar ..
and thenentrykit --symlink
. If made an Alpine package it could be as simple asapk-install entrykit
.The text was updated successfully, but these errors were encountered: