bstring-git

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 15:15:21 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