lexicmap
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-08-20 17:11:42.006138
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
4
pkgver=0.9.0
5
pkgrel=2
6
pkgdesc="Efficient sequence alignment against millions of prokaryotic and viral genomes"
7
arch=('x86_64')
8
url="https://github.com/shenwei356/LexicMap"
9
license=('MIT')
10
makedepends=('go')
11
conflicts=('lexicmap-bin')
12
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13
sha256sums=('977a8fdb86a8ed5e8304b89d5a432536e3c42681edb5b9e3018e687be59d918f')
14
15
build() {
16
cd "$srcdir/LexicMap-$pkgver"
17
go build -trimpath -o "$srcdir/$pkgname" "./$pkgname"
18
}
19
20
package() {
21
cd "$srcdir/LexicMap-$pkgver"
22
install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
23
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-20 17:11@@ -2,25 +2,24 @@ pkgname=lexicmap pkgver=0.9.0-pkgrel=1+pkgrel=2 pkgdesc="Efficient sequence alignment against millions of prokaryotic and viral genomes" arch=('x86_64') url="https://github.com/shenwei356/LexicMap" license=('MIT') makedepends=('go')-provides=('lexicmap') conflicts=('lexicmap-bin') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") sha256sums=('977a8fdb86a8ed5e8304b89d5a432536e3c42681edb5b9e3018e687be59d918f') build() {- cd "$srcdir/$pkgname-$pkgver"- go build -trimpath -o "$pkgname" "./$pkgname"+ cd "$srcdir/LexicMap-$pkgver"+ go build -trimpath -o "$srcdir/$pkgname" "./$pkgname" } package() {- cd "$srcdir/$pkgname-$pkgver"- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"+ cd "$srcdir/LexicMap-$pkgver"+ install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 09:35:23 | Low | 1 |
| 2026-08-17 05:35:16 | Low | 1 |