iwe-bin

MEDIUM
maintainer stiermid 3 votes scanned 2026-09-27 13:18:29.354985
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Daniel Fichtinger <daniel@ficd.ca>
2
3_pkgname="iwe"
4pkgname="${_pkgname}-bin"
5pkgver=0.0.55
6pkgrel=1
7pkgdesc="Text editor extension for markdown notes taking"
8arch=('x86_64' 'aarch64')
9url="https://github.com/iwe-org/${_pkgname}"
10license=("Apache-2.0")
11depends=('gcc-libs' 'glibc')
12provides=('iwe' 'iwes')
13conflicts=('iwe' 'iwes')
14
15source=("https://github.com/iwe-org/${_pkgname}/releases/download/${_pkgname}-v${pkgver}/${_pkgname}-v${pkgver}-${CARCH}-unknown-linux-gnu.tar.gz")
16
17sha256sums=('1101ef33217dd9337ba4f19d3502a2b8a7145618fd316dc85b5a9b009af357f2')
18
19package() {
20 install -Dm 755 "${srcdir}/iwe" -t "${pkgdir}/usr/bin/"
21 install -Dm 755 "${srcdir}/iwes" -t "${pkgdir}/usr/bin/"
22}
23
24

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 13:18:29 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

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

0 / 4000
Your suggestion