mdr-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-12 05:10:45.876440
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=MichaelMure
4_gitname=mdr
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="A standalone Markdown renderer for the terminal."
8
9pkgver=0.2.5
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('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}"
18url=${_ghurl}
19
20license=('MIT')
21
22depends=('glibc')
23provides=("${_appname}")
24conflicts=("${pkgname%-bin}")
25
26options=('!strip')
27
28source=("README-${pkgver}.md::${_ghurlraw}/Readme.md"
29 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
30source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[0]}")
31source_i686=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[1]}")
32source_aarch64=("${_appname}-${arch[2]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[2]}")
33sha256sums=('69fede02af22f36456868a664e1f3046ddf6927a56ddf524226656f60328cebd'
34 '2d284c3a12c6712c91d8a52d7b5b2895419936c9618c9249ec8dabab7ec6d682')
35sha256sums_x86_64=('9aa66a9c09672c721fc2dc0710f74370c2dca271a4bd5618bf2717f153fb1dbe')
36sha256sums_i686=('f27d64538d82d938da681b515f611081c97175653b5efe336988010bbadfc74f')
37sha256sums_aarch64=('3d43a8f1adbd5bcb15b752afe94634dd241dfcaae2b089c18bfcadef1e2557aa')
38
39
40package() {
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)SeverityRules
2026-09-12 05:10:45 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