eitype

LOW
maintainer D3SOX 0 votes scanned 2026-09-14 09:16:46.306722
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: Nico <d3sox at protonmail dot com>
2
3pkgname=eitype
4pkgver=0.2.2
5pkgrel=1
6pkgdesc='Type text on Wayland through the Emulated Input protocol'
7arch=('x86_64')
8url='https://github.com/Adam-D-Lewis/eitype'
9license=('Apache-2.0')
10depends=('glibc' 'libxkbcommon')
11makedepends=('cargo')
12source=("https://static.crates.io/crates/eitype/eitype-${pkgver}.crate")
13sha256sums=('d23fca608db0989e00cd562a8966ee6b5192f07ec84ed1a4564909d146b54471')
14
15prepare() {
16 cd "$pkgname-$pkgver"
17 export RUSTUP_TOOLCHAIN=stable
18 cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
19}
20
21build() {
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
28check() {
29 cd "$pkgname-$pkgver"
30 export RUSTUP_TOOLCHAIN=stable
31 export CARGO_TARGET_DIR=target
32 cargo test --frozen --no-default-features
33}
34
35package() {
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)SeverityRules
2026-09-14 09:16:46 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