ferronote-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-19 03:41:13.749572
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=tareqmy
4
_gitname=ferronote
5
_appname=${_gitname}
6
_alias=fn
7
pkgname=${_appname}-bin
8
pkgdesc="Notes at the speed of thought"
9
10
pkgver=1.2.9
11
pkgrel=1
12
_gitversion=v${pkgver}
13
14
arch=('x86_64')
15
_barch=('x86_64-unknown-linux-musl')
16
17
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
18
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
19
url=${_ghurl}
20
21
license=('MIT')
22
23
provides=("${_appname}" "${_alias}")
24
conflicts=("${_appname}")
25
26
makedepends=('git')
27
depends=('git' 'openssh')
28
29
options=('!strip')
30
31
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
32
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
33
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[0]}.tar.gz")
34
sha256sums=('1ebe4b06fe5821e578afb7b6919b98813fafec58ca83306ad40a7b8eab4cd4f2'
35
'ba46e6aacd72ecd88d752f3633eaf283730e94c8f523847c432a91723a72cd0f')
36
sha256sums_x86_64=('373d3aa64612cc9914397982fd0c9b8dfdfb43528d9c47feb823820e26e128da')
37
38
39
prepare() {
40
cd "${srcdir}/" || exit
41
42
rm -rf git && git clone -n --depth=1 --filter=tree:0 --branch "${_gitversion}" "${_ghurl}" git && cd git
43
44
git sparse-checkout set --no-cone /docs && git checkout
45
}
46
47
package() {
48
cd "${srcdir}/" || exit
49
50
install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
51
ln -sf "/usr/bin/${_appname}" "${pkgdir}/usr/bin/${_alias}"
52
53
# install -Dm644 "git/docs/${_appname}.1" "${pkgdir}/usr/share/man/man1/${_appname}.1"
54
# ln -sf "/usr/share/man/man1/${_appname}.1.gz" "${pkgdir}/usr/share/man/man1/${_alias}.1"
55
56
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
57
58
for doc in git/docs/*.md; do
59
install -Dm644 "${doc}" "${pkgdir}/usr/share/doc/${pkgname}/$(name=$(basename "${doc}" .md); echo "${name^^}.md")"
60
done
61
62
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
63
}
64
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-19 03:41@@ -7,7 +7,7 @@ pkgname=${_appname}-bin pkgdesc="Notes at the speed of thought" -pkgver=1.2.7+pkgver=1.2.9 pkgrel=1 _gitversion=v${pkgver} @@ -31,9 +31,9 @@ source=("README-${pkgver}.md::${_ghurlraw}/README.md" "LICENSE-${pkgver}::${_ghurlraw}/LICENSE") source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[0]}.tar.gz")-sha256sums=('2311ce5cf2c09182e87131843cbb200546b4f9c4540a97e90d639adbe508b6ae'+sha256sums=('1ebe4b06fe5821e578afb7b6919b98813fafec58ca83306ad40a7b8eab4cd4f2' 'ba46e6aacd72ecd88d752f3633eaf283730e94c8f523847c432a91723a72cd0f')-sha256sums_x86_64=('ed570a0e52db293ae449a2dedde287793f93aa3c2960be509d1151d0ab88844c')+sha256sums_x86_64=('373d3aa64612cc9914397982fd0c9b8dfdfb43528d9c47feb823820e26e128da') prepare() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 03:41:13 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 23:38:16 | Low | 1 |
| 2026-08-12 00:27:08 | Clean | 2 |
| 2026-08-11 13:21:13 | Low | 1 |