12to11

LOW
maintainer Samueru 0 votes scanned 2026-09-04 17:58:35.171331
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: Samueru-sama xdglawyer@outlook.com
2pkgname=12to11
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Tool for running Wayland applications on an X server"
6arch=('x86_64')
7url="https://github.com/fish4terrisa-MSDSM/12to11"
8license=('GPL-3.0-or-later')
9source=(
10 "$pkgname-$pkgver.tar.gz::https://github.com/fish4terrisa-MSDSM/12to11/archive/refs/tags/v$pkgver.tar.gz"
11)
12sha256sums=(
13 'f6d142b65548263957f9394ae12e0971b887b99759f42e093cf906035a639e5b'
14)
15makedepends=(make)
16depends=(
17 wayland pixman libx11 libxi libxkbfile libglvnd
18 libxrandr libxcb libdrm libxshmfence libxpresent
19)
20
21build() {
22 cd "$srcdir/$pkgname-$pkgver"
23 make PREFIX=/usr ANALYZE=0
24}
25
26package() {
27 cd "$srcdir/$pkgname-$pkgver"
28 make PREFIX=/usr DESTDIR="$pkgdir/" install
29}

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 17:58:35 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