sub-store-front-end-git
LOW
maintainer ChenPi11
0 votes
scanned 2026-09-21 13:34:51.671275
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: chenpi11 <chenpi11@users.noreply.github.com>
2
pkgname=sub-store-front-end-git
3
pkgver=2.32.2.r0.g6284035
4
pkgrel=1
5
pkgdesc='Sub-Store Progressive Web App (git)'
6
arch=('any')
7
url='https://github.com/sub-store-org/Sub-Store-Front-End'
8
license=('GPL-3.0-only')
9
depends=()
10
makedepends=('git' 'pnpm')
11
provides=('sub-store-front-end')
12
conflicts=('sub-store-front-end' 'sub-store-front-end-bin')
13
source=('git+https://github.com/sub-store-org/Sub-Store-Front-End.git')
14
sha256sums=('SKIP')
15
16
pkgver() {
17
cd Sub-Store-Front-End
18
git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
19
}
20
21
prepare() {
22
cd Sub-Store-Front-End
23
pnpm install --frozen-lockfile
24
}
25
26
build() {
27
cd Sub-Store-Front-End
28
pnpm build
29
}
30
31
package() {
32
# Install web app files
33
install -dm755 "$pkgdir/usr/share/sub-store-front-end"
34
cp -r "$srcdir/Sub-Store-Front-End/dist"/* "$pkgdir/usr/share/sub-store-front-end/"
35
36
# Install LICENSE
37
install -Dm644 "$srcdir/Sub-Store-Front-End/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38
}
39
40
post_install() {
41
echo '==> Sub-Store Front-End (git) has been installed!'
42
echo '==> Web app files are located at: /usr/share/sub-store-front-end/'
43
echo '==> You can serve these files with any web server (nginx, apache, etc.)'
44
echo '==> Backend: https://github.com/sub-store-org/Sub-Store'
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 13:34:51 | Low | 1 |