stdcsv

MEDIUM
maintainer jkercher 0 votes scanned 2026-08-30 19:44:01.063593
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Jason Kercher <jkercher43 at gmail>
2pkgname=stdcsv
3pkgver=1.0.1
4pkgrel=1
5pkgdesc="A tool/library for working with delimited files."
6arch=(x86_64) # It is only tested on x86_64
7url="https://github.com/jasonKercher/libcsv"
8license=(MIT)
9checkdepends=(check)
10provides=(libcsv.so)
11source=("$pkgname-$pkgver::$url/archive/refs/tags/$pkgver.tar.gz")
12md5sums=(638cae31d2257a7cf6516c715da003e8)
13
14build() {
15 cd "libcsv-$pkgver"
16 ./configure --prefix=/usr
17 make
18}
19
20check() {
21 cd "libcsv-$pkgver"
22 make -k check
23}
24
25package() {
26 cd "libcsv-$pkgver"
27 make DESTDIR="$pkgdir/" install
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 19:44:01 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion