unroot
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-22 05:36:56.274624
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_gitauthor=danielrobbins
4
_gitname=unroot
5
_appname=${_gitname}
6
pkgname=${_appname}
7
pkgdesc="The Linux root filesystem super-tool"
8
9
pkgver=1.0.5
10
pkgrel=1
11
_gitversion=${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('linux-x86_64' 'linux-aarch64')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('GPL-3.0-only')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
makedepends=('make' 'gcc' 'python3')
26
depends=('glibc' 'libgcc' 'libstdc++' 'libarchive' 'shadow')
27
28
options=('!lto' '!strip')
29
30
source=("${_appname}-${arch[0]}-${pkgver}.txz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${pkgver}.tar.xz")
31
sha256sums=('24730bf857807d20ea9ea4ad3fcbedc7df3e0809c9b5c0f4d2ffd4aa21fa91f0')
32
33
34
build() {
35
cd "${srcdir}/${_appname}-${pkgver}/"
36
37
make cli
38
}
39
40
check() {
41
cd "${srcdir}/${_appname}-${pkgver}/"
42
43
make check
44
}
45
46
package() {
47
cd "${srcdir}/${_appname}-${pkgver}/"
48
49
env -u LD_PRELOAD make DESTDIR="${pkgdir}" install PREFIX="/usr"
50
51
mv "${pkgdir}/usr/share/doc/${pkgname}/${_appname}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
52
}
53
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 05:36:56 | Low | 1 |