lexicmap-bin
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-08-22 15:17:41.736085
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: imjiaoyuan <imjiaoyuan@gmail.com>
2
3
pkgname=lexicmap-bin
4
_pkgname=lexicmap
5
pkgver=0.9.0
6
pkgrel=1
7
pkgdesc="Efficient sequence alignment against millions of prokaryotic and viral genomes"
8
arch=('x86_64')
9
url="https://github.com/shenwei356/LexicMap"
10
license=('MIT')
11
provides=('lexicmap')
12
conflicts=('lexicmap')
13
options=('!strip' '!debug')
14
source=(
15
"https://github.com/shenwei356/LexicMap/releases/download/v${pkgver}/lexicmap_linux_amd64.tar.gz"
16
"https://raw.githubusercontent.com/shenwei356/LexicMap/v${pkgver}/LICENSE"
17
)
18
sha256sums=('54dea6a35e0c1a25025ad649da47d7cc7f6190ae69e44624db9685bf3c0dd662'
19
'5e5e14f46e2a6dff0a8ad39f2ef48fc8c0a0535ff6c141393a2a4ed465e2abb3')
20
21
package() {
22
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
23
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-22 15:17@@ -4,7 +4,7 @@ _pkgname=lexicmap pkgver=0.9.0 pkgrel=1-pkgdesc="Efficient sequence alignment tool for querying nucleotide sequences against millions of prokaryotic genomes"+pkgdesc="Efficient sequence alignment against millions of prokaryotic and viral genomes" arch=('x86_64') url="https://github.com/shenwei356/LexicMap" license=('MIT')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 15:17:41 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 15:36:47 | Low | 1 |
| 2026-08-16 00:03:42 | Clean | 2 |
| 2026-08-15 15:30:38 | Low | 1 |
| 2026-08-13 00:17:07 | Clean | 2 |
| 2026-08-12 01:22:13 | Low | 1 |