plannotator-tui-bin

LOW
maintainer asermax 0 votes scanned 2026-08-30 03:41:10.150702
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: Agustin Carrasco <asermax@gmail.com>
2
3_pkgname=plannotator-tui
4pkgname=plannotator-tui-bin
5pkgver=0.4.0
6pkgrel=1
7pkgdesc="Annotate Markdown in the terminal: select, comment, looks-good, delete; send the review to your agent"
8arch=('x86_64' 'aarch64')
9url="https://github.com/plannotator/plannotator-tui"
10license=('MIT')
11depends=('gcc-libs' 'glibc')
12provides=('plannotator-tui')
13conflicts=('plannotator-tui' 'plannotator-tui-git')
14source_x86_64=("${_pkgname}-x86_64-v${pkgver}::${url}/releases/download/v${pkgver}/${_pkgname}-x86_64-unknown-linux-gnu")
15source_aarch64=("${_pkgname}-aarch64-v${pkgver}::${url}/releases/download/v${pkgver}/${_pkgname}-aarch64-unknown-linux-gnu")
16sha256sums_x86_64=('2e225d08f34165a44301857dc5a00fbfa7c2f679a0d783e1a247ce19aa7b113e')
17sha256sums_aarch64=('974947d49e164a07c003e118c82e194d88d0c4b413a3d226e335a688d6fbf14f')
18
19latestver() {
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
24package() {
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'
31MIT License
32
33Copyright (c) 2026 Michael Ramos
34
35Permission is hereby granted, free of charge, to any person obtaining a copy
36of this software and associated documentation files (the "Software"), to deal
37in the Software without restriction, including without limitation the rights
38to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39copies of the Software, and to permit persons to whom the Software is
40furnished to do so, subject to the following conditions:
41
42The above copyright notice and this permission notice shall be included in all
43copies or substantial portions of the Software.
44
45THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51SOFTWARE.
52EOF
53}
54

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 03:41:10 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