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: | librewish |
Last Packager: | librewish |
Votes: | 6 |
Popularity: | 0.051020 |
First Submitted: | 2021-03-16 11:40 (UTC) |
Last Updated: | 2021-03-18 07:38 (UTC) |
Dependencies (6)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32)
- systemd (systemd-homed-containers, systemd-selinux, systemd-git)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id, libnotify-git) (optional) – notification server
- logrotate (logrotate-git, logrotate-selinux) (optional) – logrotate support
- sudo (nosudo, opendoas-sudo, fake-sudo, sudo-hg, polkit-fakesudo, sudo-git, sudo-selinux) (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