-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
add: freshfetch-git
#6136
add: freshfetch-git
#6136
Conversation
Fixed the pacscript to be more up to date
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
If I was able to view text, this would be so much easier.
What error is is on ARM? |
Some error with the faccess crate, I am not sure how to fix it:
|
external_connection="true" | ||
|
||
build() { | ||
cd "${_archive}" |
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.
Stop using _archive, use "${gives}"
or "freshfetch"
.
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.
Alright, will do
Used single quotes Co-authored-by: Elsie <hwengerstickel@protonmail.com>
Used the locked (in) version for cargo build. Co-authored-by: Elsie <hwengerstickel@protonmail.com>
I want to add freshfetch-git, for some reason it errors out on my ARM testing system, but works across the ~5 Ubuntu based distros running x86_64. If you have any advice/fixes, they would be very much appreciated.