plannotator-tui-bin
LOW
maintainer asermax
0 votes
scanned 2026-08-30 03:41:10.150702
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: Agustin Carrasco <asermax@gmail.com>
2
3
_pkgname=plannotator-tui
4
pkgname=plannotator-tui-bin
5
pkgver=0.4.0
6
pkgrel=1
7
pkgdesc="Annotate Markdown in the terminal: select, comment, looks-good, delete; send the review to your agent"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/plannotator/plannotator-tui"
10
license=('MIT')
11
depends=('gcc-libs' 'glibc')
12
provides=('plannotator-tui')
13
conflicts=('plannotator-tui' 'plannotator-tui-git')
14
source_x86_64=("${_pkgname}-x86_64-v${pkgver}::${url}/releases/download/v${pkgver}/${_pkgname}-x86_64-unknown-linux-gnu")
15
source_aarch64=("${_pkgname}-aarch64-v${pkgver}::${url}/releases/download/v${pkgver}/${_pkgname}-aarch64-unknown-linux-gnu")
16
sha256sums_x86_64=('2e225d08f34165a44301857dc5a00fbfa7c2f679a0d783e1a247ce19aa7b113e')
17
sha256sums_aarch64=('974947d49e164a07c003e118c82e194d88d0c4b413a3d226e335a688d6fbf14f')
18
19
latestver() {
20
curl -s "https://api.github.com/repos/plannotator/plannotator-tui/releases/latest" | \
21
grep '"tag_name":' | sed -E 's/.*"v([^"]+)".*/\1/' || true
22
}
23
24
package() {
25
install -Dm755 "${_pkgname}-${CARCH}-v${pkgver}" "${pkgdir}/usr/bin/${_pkgname}"
26
27
# Shipped inline rather than as a source entry: a pkgver-scoped LICENSE URL would
28
# add a second hash to sha256sums_x86_64, and the n8n bumper's sed only rewrites
29
# single-line sha256sums arrays.
30
install -Dm644 /dev/stdin "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" << 'EOF'
31
MIT License
32
33
Copyright (c) 2026 Michael Ramos
34
35
Permission is hereby granted, free of charge, to any person obtaining a copy
36
of this software and associated documentation files (the "Software"), to deal
37
in the Software without restriction, including without limitation the rights
38
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39
copies of the Software, and to permit persons to whom the Software is
40
furnished to do so, subject to the following conditions:
41
42
The above copyright notice and this permission notice shall be included in all
43
copies or substantial portions of the Software.
44
45
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51
SOFTWARE.
52
EOF
53
}
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 03:41:10 | Low | 1 |