dateutils-static
LOW
maintainer Aleksej
0 votes
scanned 2026-09-18 15:28:46.039977
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: Aleksej Kovura <aur-b1a3 at mekboy dot ru>
2
3
pkgname=dateutils-static
4
_pkgname=dateutils
5
pkgver=0.4.11
6
pkgrel=1
7
pkgdesc="nifty command line date and time utilities; fast date calculations and conversion in the shell"
8
url='https://www.fresse.org/dateutils/'
9
arch=('x86_64' 'aarch64')
10
license=('BSD')
11
conflicts=('dateutils')
12
replaces=('dateutils')
13
makedepends=('gperf' 'gcc' 'musl' 'make')
14
source=("https://bitbucket.org/hroptatyr/${_pkgname}/downloads/${_pkgname}-${pkgver}.tar.xz")
15
sha512sums=('601fa8197acdb68fe0688aed3fa2ba2fcf66b9a8ad23a0c7cb816a2cba9c645854ec8715a2127e02294cc068f63b09d0596eee60e151a8ad0edff22f54ec9d7a')
16
validpgpkeys=('6CB0D61E23A4275CC2CFA16194C9A1AC82C9390E')
17
18
build() {
19
cd ${_pkgname}-${pkgver}
20
export CC="musl-gcc -fno-link-libatomic" CFLAGS="--static"
21
./configure --prefix=/usr --with-old-links=no
22
make -j $(nproc)
23
}
24
check() {
25
make -C ${_pkgname}-${pkgver} check
26
}
27
package() {
28
make -C ${_pkgname}-${pkgver} DESTDIR=$pkgdir install
29
strip ${pkgdir}/usr/bin/*
30
install -Dm0644 ${_pkgname}-${pkgver}/LICENSE \
31
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 15:28:46 | Low | 1 |