iwe-bin
MEDIUM
maintainer stiermid
3 votes
scanned 2026-09-27 13:18:29.354985
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"
4
pkgname="${_pkgname}-bin"
5
pkgver=0.0.55
6
pkgrel=1
7
pkgdesc="Text editor extension for markdown notes taking"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/iwe-org/${_pkgname}"
10
license=("Apache-2.0")
11
depends=('gcc-libs' 'glibc')
12
provides=('iwe' 'iwes')
13
conflicts=('iwe' 'iwes')
14
15
source=("https://github.com/iwe-org/${_pkgname}/releases/download/${_pkgname}-v${pkgver}/${_pkgname}-v${pkgver}-${CARCH}-unknown-linux-gnu.tar.gz")
16
17
sha256sums=('1101ef33217dd9337ba4f19d3502a2b8a7145618fd316dc85b5a9b009af357f2')
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |