unroot

LOW
maintainer Dominiquini 1 votes scanned 2026-09-22 05:36:56.274624
View on AUR
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}
6pkgname=${_appname}
7pkgdesc="The Linux root filesystem super-tool"
8
9pkgver=1.0.5
10pkgrel=1
11_gitversion=${pkgver}
12
13arch=('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}"
18url=${_ghurl}
19
20license=('GPL-3.0-only')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25makedepends=('make' 'gcc' 'python3')
26depends=('glibc' 'libgcc' 'libstdc++' 'libarchive' 'shadow')
27
28options=('!lto' '!strip')
29
30source=("${_appname}-${arch[0]}-${pkgver}.txz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${pkgver}.tar.xz")
31sha256sums=('24730bf857807d20ea9ea4ad3fcbedc7df3e0809c9b5c0f4d2ffd4aa21fa91f0')
32
33
34build() {
35 cd "${srcdir}/${_appname}-${pkgver}/"
36
37 make cli
38}
39
40check() {
41 cd "${srcdir}/${_appname}-${pkgver}/"
42
43 make check
44}
45
46package() {
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)SeverityRules
2026-09-22 05:36:56 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion