mdr-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-12 05:10:45.876440
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=MichaelMure
4
_gitname=mdr
5
_appname=${_gitname}
6
pkgname=${_appname}-bin
7
pkgdesc="A standalone Markdown renderer for the terminal."
8
9
pkgver=0.2.5
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'i686' 'aarch64')
14
_barch=('linux_amd64' 'linux_386' 'linux_arm')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('MIT')
21
22
depends=('glibc')
23
provides=("${_appname}")
24
conflicts=("${pkgname%-bin}")
25
26
options=('!strip')
27
28
source=("README-${pkgver}.md::${_ghurlraw}/Readme.md"
29
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
30
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[0]}")
31
source_i686=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[1]}")
32
source_aarch64=("${_appname}-${arch[2]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[2]}")
33
sha256sums=('69fede02af22f36456868a664e1f3046ddf6927a56ddf524226656f60328cebd'
34
'2d284c3a12c6712c91d8a52d7b5b2895419936c9618c9249ec8dabab7ec6d682')
35
sha256sums_x86_64=('9aa66a9c09672c721fc2dc0710f74370c2dca271a4bd5618bf2717f153fb1dbe')
36
sha256sums_i686=('f27d64538d82d938da681b515f611081c97175653b5efe336988010bbadfc74f')
37
sha256sums_aarch64=('3d43a8f1adbd5bcb15b752afe94634dd241dfcaae2b089c18bfcadef1e2557aa')
38
39
40
package() {
41
cd "${srcdir}/" || exit
42
43
install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
44
45
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
46
47
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 05:10:45 | Low | 1 |