Package Details: landrun-git v0.1.11.r5.e9ef54c-1

Git Clone URL: https://aur.archlinux.org/landrun-git.git (read-only, click to copy)
Package Base: landrun-git
Description: Run any Linux process in a secure, unprivileged sandbox using Landlock LSM
Upstream URL: https://github.com/Zouuup/landrun
Keywords: landlock, lsm, sandbox, security
Licenses: MIT
Conflicts: landrun
Provides: landrun
Submitter: juxuanu
Maintainer: juxuanu
Last Packager: juxuanu
Votes: 2
Popularity: 1.79
First Submitted: 2025-03-23 11:22 (UTC)
Last Updated: 2025-03-24 22:58 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

juxuanu commented on 2025-03-25 18:56 (UTC)

I just followed the recommended syntax: https://wiki.archlinux.org/title/VCS_package_guidelines#Git

vcalv commented on 2025-03-25 18:48 (UTC)

Tags should be space separated, no commas.

As for the license, I guess the author really did change it since the last release.

All good I guess.

juxuanu commented on 2025-03-24 22:58 (UTC)

Changed pkgver to reflect tag, LICENSE actually just changed to MIT upstream 3h ago, conflicts was already set correctly.

kseistrup commented on 2025-03-24 09:03 (UTC)

@juxuanu You're the boss.

juxuanu commented on 2025-03-24 06:01 (UTC)

kseistrup, for now I'd rather keep the current version string as that's what's in the Wiki guidelines.

vcalv thanks, the license was an oversight from my part. I also tried executing the tests, but since they failed I skipped them. Would upstream fix them, I'd include them. I'll add to conflicts this evening.

vcalv commented on 2025-03-24 02:06 (UTC) (edited on 2025-03-24 02:17 (UTC) by vcalv)

Hi. I created the non-git package.

Please add to the conflicts.

Also I added test support but it needs to patch a file so maybe not a good idea for a git package.

The license is not MIT, but GPL-2.0

https://github.com/Zouuup/landrun/blob/main/LICENSE

kseistrup commented on 2025-03-23 13:06 (UTC)

Thanks for packaging this.

If pkgver() would use

git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

we would have a version string that matches the binary better:

0.1.9.r0.g4008d90