Search Criteria
Package Details: nohang 0.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nohang.git (read-only, click to copy) |
---|---|
Package Base: | nohang |
Description: | A sophisticated low memory handler. |
Upstream URL: | https://github.com/hakavlad/nohang |
Licenses: | MIT |
Submitter: | librewish |
Maintainer: | flaviut |
Last Packager: | flaviut |
Votes: | 9 |
Popularity: | 0.128572 |
First Submitted: | 2021-03-16 11:40 (UTC) |
Last Updated: | 2022-07-25 02:59 (UTC) |
Dependencies (6)
- python (python32AUR, python37AUR, python310AUR)
- systemd (systemd-gitAUR, systemd-chromiumosAUR, systemd-selinuxAUR)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- libnotify (libnotify-gtk2AUR, libnotify-gitAUR) (optional) – notification server
- logrotate (logrotate-selinuxAUR, logrotate-gitAUR) (optional) – logrotate support
- sudo (nosudoAUR, fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, fudo-gitAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR) (optional) – if nohang started with UID=0
Latest Comments
yochananmarqos commented on 2021-03-18 01:21 (UTC)
_pkgname
variable is completely unnecessary here.systemd
is a missing dependency.libnotify
andsudo
should be optional dependencies, see Requirements.logrotate
should also be.version
file can't be written, see theMakefile
.install
should not be used aschcon
anddaemon-reload
cannot be run in a fakeroot environment. Usemake base units
instead.Improved PKGBUILD