machines
LOW
maintainer sachesi
0 votes
scanned 2026-09-25 09:11:17.574095
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: sachesi <xsachesi@pm.me>
2
3
# pkgver and sha256sums are filled in by .github/workflows/aur.yml for each release.
4
pkgname=machines
5
pkgver=0.1.2
6
pkgrel=1
7
pkgdesc='Manager for libvirt virtual machines'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/sachesi/machines'
10
license=('GPL-3.0-or-later')
11
depends=('gtk4>=1:4.22' 'libadwaita>=1:1.9' 'glib2' 'libvirt' 'gtk-vnc' 'spice-gtk' 'vte4'
12
'hicolor-icon-theme' 'libgcc' 'glibc')
13
makedepends=('cargo' 'blueprint-compiler' 'just' 'gettext')
14
optdepends=('qemu-desktop: run machines on this computer'
15
'dnsmasq: virtual networks'
16
'osinfo-db: recognize the system on an installation ISO'
17
'edk2-ovmf: UEFI firmware'
18
'swtpm: emulated TPM'
19
'virtiofsd: folders shared with a machine')
20
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
21
sha256sums=('8402bdf3928389c1c770cbf2c681a123804ffc821ed8c70bfc3d52fe0a4a5b3c')
22
23
prepare() {
24
cd "$pkgname-$pkgver"
25
export RUSTUP_TOOLCHAIN=stable
26
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
27
}
28
29
build() {
30
cd "$pkgname-$pkgver"
31
export RUSTUP_TOOLCHAIN=stable
32
export CARGO_TARGET_DIR=target
33
export MACHINES_LOCALEDIR=/usr/share/locale
34
cargo build --frozen --release
35
}
36
37
check() {
38
cd "$pkgname-$pkgver"
39
export RUSTUP_TOOLCHAIN=stable
40
export CARGO_TARGET_DIR=target
41
cargo test --frozen
42
}
43
44
package() {
45
cd "$pkgname-$pkgver"
46
DESTDIR="$pkgdir" just prefix=/usr install
47
}
48
Changes since previous scan
--- PKGBUILD @ 2026-09-25 00:03+++ PKGBUILD @ 2026-09-25 09:11@@ -2,7 +2,7 @@ # pkgver and sha256sums are filled in by .github/workflows/aur.yml for each release. pkgname=machines-pkgver=0.1.0+pkgver=0.1.2 pkgrel=1 pkgdesc='Manager for libvirt virtual machines' arch=('x86_64' 'aarch64')@@ -18,7 +18,7 @@ 'swtpm: emulated TPM' 'virtiofsd: folders shared with a machine') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")-sha256sums=('7d37535cb2f48aa343b2242b1fd8cceee311254a32334907421c821c478c15d8')+sha256sums=('8402bdf3928389c1c770cbf2c681a123804ffc821ed8c70bfc3d52fe0a4a5b3c') prepare() { cd "$pkgname-$pkgver"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 09:11:17 | Low | 1 |
| 2026-09-25 00:03:36 | Clean | 2 |
| 2026-09-24 23:44:46 | Low | 1 |
| 2026-09-24 21:44:41 | Low | 1 |