this post was submitted on 30 Jul 2025
704 points (95.7% liked)

Technology

73495 readers
2865 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Wispy2891@lemmy.world 46 points 2 days ago* (last edited 2 days ago) (2 children)

Refuse to build in Arch package environments. My license does not allow for packages

but it's not a package. On arch it downloads the source from his own git and it compiles it on the end user machine. He is a dev and doesn't know that? Or just pretending?

AUR is just (automated) instructions on how to compile (except -bin, in that case it's packaged)

A previous commit of the readme even said:

Linux users are encouraged to build from source when possible

yes, good luck building from source without documentation on what libraries do you need

He is a dev and doesn’t know that?

I think it's reasonable that he doesn't. He doesn't use Arch (or any Linux flavor), so isn't aware of how packaging for Arch works. I'm guessing someone submitted the PKGBUILD and he just accepted it, and now people come to him for support instead of the person who submitted it.

I 100% agree w/ removing the PKGBUILD, but he doesn't need to go out of his way to remove Linux support. Just state that the project doesn't officially support Linux, but is open to Linux-specific bug fixes. Then if anyone complains about a distro-specific issue, close the issue and move on. If someone opens what seems to be a legitimate bug w/ Linux, leave it open and move on.

That's really all the community should expect here.

[–] hamsterkill@lemmy.sdf.org 9 points 1 day ago

They know. The PKGBUILD they provided is exactly the kind of thing that's in the AUR. The dev's PKGBUILD wasn't in the AUR because they didn't want it to be — instead hoping arch users would go to the repository and use their maintained one. Arch users continued to try to use AUR instead, leading to the dev's frustration.

I don't expect this will help anything. If the AUR maintainer is active, they will probably just patch that restriction out.