• merthyr1831@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    9 months ago

    fr though why is the AUR specific to Arch when its pretty much an automated build/binary blob installer? I dont know much but it really seems like the AUR could easily be made available on other distros and renamed to LUR.

    • StarDreamer@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      15
      ·
      edit-2
      9 months ago

      AUR maintainer for a few niche packages here. It’s because it lowers the barrier of entry. Remember this is all a volunteer effort.

      What do I do when someone running ubuntu reports an error saying the PKGBUILD doesn’t work?

      What if the program fails due to a different version of the kernel? (True story, only after 2 weeks of debugging I found out that the user was running Manjaro, which used a different naming convention for the kernel)

      What do I do if someone reports a missing library dependency on fedora? Should I also package that library for fedora?

      If I’m packaging drivers for specific hardware. I’m not going to install a specific distro just to fix your issue (sorry!). Most of my advice is given on a best effort basis. I made these build scripts for myself since I want native installs for all my software, and thought other people may be interested in them as well. If the responsibility of maintaining them becomes too overwhelming (like with your LUR case). I’ll probably host these build scripts in a private repo instead.

      • merthyr1831@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 months ago

        Fair enough. Would still be cool if we had a single pkgbuild client that could pull from repositories that host packages that are compatible for a given distro. Keep the AUR for Arch users, but have Fedora, Ubuntu etc. repos for users on those distros and their particular setups/dependencies etc. It’s more the technology of AUR that I think would be good for all of linux rather than the AUR’s contents itself.

        That, or I’ll just wait for Vanilla/APX to get less janky.

    • bob@infosec.pub
      link
      fedilink
      arrow-up
      7
      ·
      9 months ago

      I think it might be because of dependencies that might not be the same version on other distros

      • merthyr1831@lemmy.world
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        9 months ago

        Now that I think of it, if i follow it to the logical conclusions of using a container to build and manage dependencies for each individual package across multiple distros all I’ve come up with is a self-building flatpak and/or VanillaOS 👀