notse-bin
maintainer Dominiquini
· 1 votes
· scanned 2026-08-18 01:38:17.845211
LOW
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_gitauthor=RahulSandhu
4
_gitname=notse
5
_appname=${_gitname}
6
pkgname=${_appname}-bin
7
pkgdesc="TUI for taking notes inspired in clipse"
8
9
pkgver=0.2.0
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64')
14
15
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
16
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
17
url=${_ghurl}
18
19
license=('MIT')
20
21
provides=("${_appname}")
22
conflicts=("${pkgname%-bin}")
23
24
options=('!strip')
25
26
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
27
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
28
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}")
29
sha256sums=('2b32d33a2bc22d5988d8b34b98b03b264bbb1cca2d6197e7b1a0c5efd57042e7'
30
'aecda32055fbe3f21152d13935a88aa23e6a7be2942779fd7752187da3e0045e')
31
sha256sums_x86_64=('47b7055a5c15114dff1426f68a5165692b7a9fb3b778ecaca09c4cdaaf7b57da')
32
33
34
package() {
35
cd "${srcdir}/" || exit
36
37
install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
38
39
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
40
41
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42
}
43
Changes since previous scan
--- PKGBUILD @ 2026-08-12 00:27+++ PKGBUILD @ 2026-08-18 01:38@@ -19,9 +19,9 @@ license=('MIT') provides=("${_appname}")-conflicts=("${_appname}")+conflicts=("${pkgname%-bin}") -options=(!strip)+options=('!strip') source=("README-${pkgver}.md::${_ghurlraw}/README.md" "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 01:38:17 | LOW | 1 |
| 2026-08-12 00:27:08 | CLEAN | 2 |
| 2026-08-11 13:21:13 | LOW | 1 |