package-git
LOW
maintainer itsme
0 votes
scanned 2026-08-23 03:19:42.155123
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
4
pkgname=package-git
5
_pkgname=dummy.releases
6
pkgver=v0.1.4.r1.gaca1320
7
pkgrel=1
8
pkgdesc="Dummy package used to exercise the aur-workflow CI/publish pipeline (tracks git commits)"
9
arch=('any')
10
url="https://github.com/its-me/dummy.releases"
11
license=('MIT')
12
provides=("${pkgname%-git}")
13
conflicts=("${pkgname%-git}")
14
source=("git+https://github.com/its-me/dummy.releases")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$_pkgname"
19
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
20
}
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-23 03:19:42 | Low | 1 |