package-git

LOW
maintainer itsme 0 votes scanned 2026-08-23 03:19:42.155123
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: Sergey Kanafyev <sergeykanafyev@gmail.com>
2# Automation: https://github.com/its-me/dummy.aur.package-git
3
4pkgname=package-git
5_pkgname=dummy.releases
6pkgver=v0.1.4.r1.gaca1320
7pkgrel=1
8pkgdesc="Dummy package used to exercise the aur-workflow CI/publish pipeline (tracks git commits)"
9arch=('any')
10url="https://github.com/its-me/dummy.releases"
11license=('MIT')
12provides=("${pkgname%-git}")
13conflicts=("${pkgname%-git}")
14source=("git+https://github.com/its-me/dummy.releases")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$_pkgname"
19 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
20}
21
22package() {
23 cd "$_pkgname"
24 install -Dm644 activity.log "${pkgdir}/usr/share/doc/${pkgname}/activity.log"
25 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 03:19:42 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