dateutils-static

LOW
maintainer Aleksej 0 votes scanned 2026-09-18 15:28:46.039977
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: Aleksej Kovura <aur-b1a3 at mekboy dot ru>
2
3pkgname=dateutils-static
4_pkgname=dateutils
5pkgver=0.4.11
6pkgrel=1
7pkgdesc="nifty command line date and time utilities; fast date calculations and conversion in the shell"
8url='https://www.fresse.org/dateutils/'
9arch=('x86_64' 'aarch64')
10license=('BSD')
11conflicts=('dateutils')
12replaces=('dateutils')
13makedepends=('gperf' 'gcc' 'musl' 'make')
14source=("https://bitbucket.org/hroptatyr/${_pkgname}/downloads/${_pkgname}-${pkgver}.tar.xz")
15sha512sums=('601fa8197acdb68fe0688aed3fa2ba2fcf66b9a8ad23a0c7cb816a2cba9c645854ec8715a2127e02294cc068f63b09d0596eee60e151a8ad0edff22f54ec9d7a')
16validpgpkeys=('6CB0D61E23A4275CC2CFA16194C9A1AC82C9390E')
17
18build() {
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}
24check() {
25 make -C ${_pkgname}-${pkgver} check
26}
27package() {
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)SeverityRules
2026-09-18 15:28:46 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