dist: PKGBUILDs & AUR packages #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/pkgbuilds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
title; see:
https://aur.archlinux.org/packages/wbij
https://aur.archlinux.org/packages/wbij-bin
Thank you very much!
I wonder, do we want to provide anything other than
wbij-bin? I thinkwbij-binwill be the one that we would be recommending to people.I know that AUR community usually prefers compiling stuff from source but... I wonder if it would cause only unnecessary confusion. Also zig versions are changing very fast and current pkgbuild is already broken on current mainstream
zig.What do you think?
I suggest just adding the following line to the current readme:
What do you think?
Seems okay for the time being; will adopt this
@ -0,0 +7,4 @@url="https://repos.adamm.rocks/maleszka/wbij"license=('GPL-2.0-or-later')depends=('fzf')makedepends=('zig>=0.15.2' 'zig<0.16.0')I don't know what are "best practices" in the AUR world but is it better to have
zig0.15here?@ -0,0 +14,4 @@build() {cd "${srcdir}/${pkgname}"zig build -Doptimize=ReleaseFastwe should ship
ReleaseSafebuildsFair point; the source package should have a specific version of Zig pinned; referencing one of your comments- yeah I should've marked
zig0.15as a dependency rather thanzig<0.16.That's also a valid point, honestly I might drop the source package for the time being and reinstate it when 1.0 is released. Also, nothing wrong with recommending the binary package by default imho.
Actually, I think we can keep the source package up and just direct everyone to
wbij-binby default; it's no extra burden for me to keep it up to date.f55a4c0516tocaa604000fEverything's perfect! Thank you : )
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.