-
Notifications
You must be signed in to change notification settings - Fork 14
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
build: Arch User Repository #157
Conversation
Signed-off-by: morrieinmaas <[email protected]>
TODO: * Check on Arch this works * Possibly make this a template to be filled * add GH Action/pipeline for release to AUR Signed-off-by: morrieinmaas <[email protected]>
docs/features/environments.md
Outdated
@@ -19,7 +19,9 @@ configurations: | |||
token: ~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change will be removed - sorry that was my linter/auto-formatting @blu3beri
Any reason why |
I am not too sure but so we have write access to /usr/local/bin? |
Just first draft @blu3beri. will need to test this and spin up an arch machine for this. haven't gotten round to this yet |
Yeah I'm also not sure. Otherwise /usr/bin is where binaries live if I remember correctly. I'll give that a try tomorrow. Open to and happy for suggestions if you know the way to go here |
|
sounds good to me. I'll give it a go |
This works in official arch docker image using makepkd it assumes basedevel is installed Signed-off-by: morrieinmaas <[email protected]>
6f2ffad
to
ecf951a
Compare
Signed-off-by: morrieinmaas <[email protected]>
Signed-off-by: morrieinmaas <[email protected]>
Signed-off-by: morrieinmaas <[email protected]>
Signed-off-by: morrieinmaas <[email protected]>
Signed-off-by: morrieinmaas <[email protected]>
Signed-off-by: morrieinmaas <[email protected]>
2f18675
to
d15d93c
Compare
@blu3beri alright should be good to go now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Just one small thing, can we create a folder pkg
with a folder aur
and put it in there? Then we can just manage it from there for all the other repos :)
thanks. and of course. let me push that |
Signed-off-by: morrieinmaas <[email protected]>
@blu3beri done |
First simple PKGBUILD added
See commit for TODOS