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}
6pkgname=${_appname}
7pkgdesc="TUI for taking notes inspired in clipse"
8
9pkgver=0.3.0
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14
15_ghurl="https://github.com/${_gitauthor}/${_gitname}"
16_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
17url=${_ghurl}
18
19license=('MIT')
20
21makedepends=('make' 'go')
22provides=("${_appname}")
23
24options=('!strip')
25
26source=("${pkgname}-${pkgver}.tgz::${_ghurl}/archive/${_gitversion}.tar.gz")
27sha256sums=('be689555bbebb62203e171f51f5be59c91c9365e8f7667c0a79c6ccd77d1555b')
28
29
30build() {
31 cd "${srcdir}/${pkgname}-${pkgver}/" || exit
32
33 make build
34}
35
36package() {
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)SeverityRules
2026-08-18 01:38:17 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