eitype
LOW
maintainer D3SOX
0 votes
scanned 2026-09-14 09:16:46.306722
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: Nico <d3sox at protonmail dot com>
2
3
pkgname=eitype
4
pkgver=0.2.2
5
pkgrel=1
6
pkgdesc='Type text on Wayland through the Emulated Input protocol'
7
arch=('x86_64')
8
url='https://github.com/Adam-D-Lewis/eitype'
9
license=('Apache-2.0')
10
depends=('glibc' 'libxkbcommon')
11
makedepends=('cargo')
12
source=("https://static.crates.io/crates/eitype/eitype-${pkgver}.crate")
13
sha256sums=('d23fca608db0989e00cd562a8966ee6b5192f07ec84ed1a4564909d146b54471')
14
15
prepare() {
16
cd "$pkgname-$pkgver"
17
export RUSTUP_TOOLCHAIN=stable
18
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
19
}
20
21
build() {
22
cd "$pkgname-$pkgver"
23
export RUSTUP_TOOLCHAIN=stable
24
export CARGO_TARGET_DIR=target
25
cargo build --frozen --release --no-default-features
26
}
27
28
check() {
29
cd "$pkgname-$pkgver"
30
export RUSTUP_TOOLCHAIN=stable
31
export CARGO_TARGET_DIR=target
32
cargo test --frozen --no-default-features
33
}
34
35
package() {
36
cd "$pkgname-$pkgver"
37
install -Dm755 "target/release/eitype" "$pkgdir/usr/bin/eitype"
38
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 09:16:46 | Low | 1 |