bstring-git
LOW
maintainer ilovemikael
0 votes
scanned 2026-09-26 15:15:21.013550
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: Denis Yantarev <denis dot yantarev at gmail dot com>
2
3
_pkgname=bstring
4
pkgname=bstring-git
5
pkgver=1.1.1.r1.g8a2d9ce
6
pkgrel=1
7
pkgdesc='Better String Library'
8
url='https://mike.steinert.ca/bstring'
9
license=('BSD-3-Clause')
10
source=("git+https://github.com/msteinert/bstring")
11
md5sums=('SKIP')
12
arch=('x86_64' 'i686' 'pentium4' 'armv6h' 'armv7h' 'aarch64')
13
makedepends=('meson')
14
depends=('glibc')
15
conflicts=("$_pkgname")
16
provides=("$_pkgname")
17
18
pkgver() {
19
cd "$_pkgname"
20
git describe --long --tags | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
21
}
22
23
build() {
24
cd "$_pkgname"
25
arch-meson build
26
meson compile -C build
27
}
28
29
package() {
30
cd "$_pkgname"
31
DESTDIR="$pkgdir" meson install -C build
32
}
33
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 15:15:21 | Low | 1 |