Search Criteria
Package Details: kbuilder 0.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kbuilder.git (read-only, click to copy) |
---|---|
Package Base: | kbuilder |
Description: | Bash script for building custom kernels |
Upstream URL: | https://github.com/AnnikaV9/kbuilder |
Keywords: | kernel kernel-patcher linux |
Licenses: | Unlicense |
Provides: | kbuilder |
Submitter: | AnnikaV9 |
Maintainer: | AnnikaV9 |
Last Packager: | AnnikaV9 |
Votes: | 1 |
Popularity: | 0.004348 |
First Submitted: | 2022-05-04 02:36 (UTC) |
Last Updated: | 2022-07-23 15:04 (UTC) |
Dependencies (7)
- bash (bash-devel-git, bash-devel-static-git, bash-git, bash-xdg)
- coreutils (coreutils-git, coreutils-hybrid-git, coreutils-selinux, coreutils-hybrid)
- curl (curl-minimal-git, curl-git)
- pacman (pacman-git, pacman-hearts, pacman-pb)
- run-parts
- sed (sed-git)
- sudo (nosudo, fake-sudo, sudo-hg, polkit-fakesudo, sudo-git, sudo-selinux, doas-sudo-shim)
Latest Comments
kleintux commented on 2022-12-18 15:23 (UTC)
pacman and sed are not needed as dependency they are in https://archlinux.org/groups/x86_64/base-devel/
kleintux commented on 2022-12-18 15:21 (UTC)
Don't use SUDO in PKGBUILDS. it's forbidden. Don't install something direct to the System. It's a security risk and the files will not be deleted if the package gets deleted. You need to add the files to the pkgdir folder.
see https://wiki.archlinux.org/title/Creating_packages#package()
thank you for fixing and maintaining