sub-store-front-end-git

LOW
maintainer ChenPi11 0 votes scanned 2026-09-21 13:34:51.671275
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: chenpi11 <chenpi11@users.noreply.github.com>
2pkgname=sub-store-front-end-git
3pkgver=2.32.2.r0.g6284035
4pkgrel=1
5pkgdesc='Sub-Store Progressive Web App (git)'
6arch=('any')
7url='https://github.com/sub-store-org/Sub-Store-Front-End'
8license=('GPL-3.0-only')
9depends=()
10makedepends=('git' 'pnpm')
11provides=('sub-store-front-end')
12conflicts=('sub-store-front-end' 'sub-store-front-end-bin')
13source=('git+https://github.com/sub-store-org/Sub-Store-Front-End.git')
14sha256sums=('SKIP')
15
16pkgver() {
17 cd Sub-Store-Front-End
18 git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
19}
20
21prepare() {
22 cd Sub-Store-Front-End
23 pnpm install --frozen-lockfile
24}
25
26build() {
27 cd Sub-Store-Front-End
28 pnpm build
29}
30
31package() {
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
40post_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)SeverityRules
2026-09-21 13:34:51 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