notse
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}
7
pkgdesc="TUI for taking notes inspired in clipse"
8
9
pkgver=0.3.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
makedepends=('make' 'go')
22
provides=("${_appname}")
23
24
options=('!strip')
25
26
source=("${pkgname}-${pkgver}.tgz::${_ghurl}/archive/${_gitversion}.tar.gz")
27
sha256sums=('be689555bbebb62203e171f51f5be59c91c9365e8f7667c0a79c6ccd77d1555b')
28
29
30
build() {
31
cd "${srcdir}/${pkgname}-${pkgver}/" || exit
32
33
make build
34
}
35
36
package() {
37
cd "${srcdir}/${pkgname}-${pkgver}/" || exit
38
39
install -Dm755 "build/${_appname}" "${pkgdir}/usr/bin/${_appname}"
40
41
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
42
43
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 01:38:17 | LOW | 1 |