Search Criteria
Package Details: lemurs-git 0.3.1.r3.g60fda2a-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/lemurs-git.git (read-only, click to copy) |
---|---|
Package Base: | lemurs-git |
Description: | TUI Display/Login Manager |
Upstream URL: | https://github.com/coastalwhite/lemurs |
Keywords: | display-manager login rust tui |
Licenses: | MIT, Apache |
Submitter: | coastalwhite |
Maintainer: | coastalwhite |
Last Packager: | coastalwhite |
Votes: | 5 |
Popularity: | 0.000224 |
First Submitted: | 2022-11-21 19:40 (UTC) |
Last Updated: | 2023-03-30 20:24 (UTC) |
Dependencies (6)
- pam (pam-selinuxAUR)
- systemd (systemd-chromiumosAUR, systemd-gitAUR, systemd-fmlAUR, systemd-selinuxAUR)
- git (git-gitAUR, git-glAUR) (make)
- grep (grep-gitAUR, busybox-coreutilsAUR, grep-compatAUR) (make)
- rustup (rustup-gitAUR) (make)
- xorg-xauth (optional)
Latest Comments
Antiz commented on 2024-04-28 15:04 (UTC) (edited on 2024-04-28 15:04 (UTC) by Antiz)
Hi,
I packaged lemurs in the [extra] repository.
Can you please add the provides and conflicts arrays on
lemurs
accordingly in this PKGBUILD please?There are also some things in this PKGBUILD that should be corrected to match the Arch Linux packaging guidelines, for instance regarding the license array/installation, the make dependencies and the Rust packaging guidelines.
You can take a look at the lemurs PKGBUILD in [extra] as an inspiration. I also remain available if you have any question ;)
Thanks for your wonderful work on
lemurs
by the way!kseistrup commented on 2023-03-06 09:43 (UTC)
This package has
rustup
asmakedepends
.coastalwhite commented on 2022-12-14 19:34 (UTC)
I was working on lemurs anyway, so I removed sudo now as a dependency.
kleintux commented on 2022-12-14 19:26 (UTC)
sudo is not needed as dependency. cheers
coastalwhite commented on 2022-12-07 17:14 (UTC)
This should now all be fixed. This does, however, mean that you have to enable and disable the SystemD service yourself. This is not a big problem.
Piroro-hs commented on 2022-12-04 07:26 (UTC) (edited on 2022-12-04 07:37 (UTC) by Piroro-hs)
No need to use
sudo
in PKGBUILD as it should never touch anything that is outside $pkgdir. Also,xorg-xauth
could be moved to optional deps?Thanks.