• trevor
    link
    fedilink
    English
    173 days ago

    Arch really does have the most straightforward packaging system. Can you write a Bash script? Cool. You can package your application for Arch very easily.

    • @[email protected]
      link
      fedilink
      53 days ago

      Unfortunately, from my testing back when I used Arch, a lot of packages in the AUR didn’t meet packaging guidelines, so while quickly writing a PKGBUILD is easy, writing it correctly requires a bit more effort, especially regarding the dependencies. IIRC namcap is often enough, but ideally packages should be built in clean chroots as well to make sure they build everywhere

    • @[email protected]
      link
      fedilink
      113 days ago

      Yeah, while lots of people have plenty of other reasons for using Arch. The packaging system is my personal favorite. I have made packages for deb and rpm based systems before, but Arch is just so dead simple with little scripts preinstalled to make it even easier.

      • @[email protected]
        link
        fedilink
        12 days ago

        Absolutely agree, the wholeapt-get upgrade (or however, I always messed it up!) was annoying to me, and I switched to an arch distro (Endeavour) and I’m super happy with it. It’s my only machine and it is awesome

        • @[email protected]
          link
          fedilink
          32 days ago

          Technically yes, but practically no. For the same reasons that manjaro might struggle with the aur even though it is technically arch based.

        • trevor
          link
          fedilink
          English
          2
          edit-2
          3 days ago

          Unfortunately, no, but you can get kind of close for Debian distros with LURE.

          EDIT: Apparently LURE is supposed to be distro-agnostic, so it’d probably work for EL too.

          • Aatube
            link
            fedilink
            11 day ago

            Don’t the file structure guidelines differ across distros?

            • trevor
              link
              fedilink
              English
              21 day ago

              Yeah. I haven’t looked at the code that closely, but it looks like they account for various differences between distros.