amane
LOW
maintainer evine
0 votes
scanned 2026-08-24 15:23:42.374088
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: devome <evinedeng@hotmail.com>
2
3
pkgname=amane
4
pkgver=0.4.1
5
pkgrel=1
6
pkgdesc="Private movie library in the AI era"
7
arch=("any")
8
url="https://github.com/sqzw-x/${pkgname}"
9
license=('GPL-3.0-or-later')
10
backup=("etc/conf.d/${pkgname}")
11
depends=("python" "uv")
12
makedepends=("pnpm" "python" "uv")
13
optdepends=("postgresql")
14
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
15
"${pkgname}.conf"
16
"${pkgname}.service"
17
"${pkgname}.sysusers"
18
"${pkgname}.tmpfiles")
19
sha256sums=('ccb5b872b1660811533797b37067b2c8954ce8b5fbeb05f1d2f2af0c22754962'
20
'008e473533ff236a6a2dd1daab10a644344486d7b5d4b2f09bea9bb17eaec5fc'
21
'4358f021ce89f5e529066064c30f2d68216a85d2811cbeb6473f1e2c95599b05'
22
'adb7d8daeb017f193bf010dfa77e0ff2c8b875eeab3221bf44c44e5cb0e14e18'
23
'72941beb02e990ba940e8c13bb26b0de32e8a10af666ffa7e8d144df992ce197')
24
25
build() {
26
cd "${pkgname}-${pkgver}"
27
pnpm --dir=web install --frozen-lockfile
28
pnpm --dir=web build
29
}
30
31
package() {
32
install -Dm644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
33
install -Dm644 "${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
34
install -Dm644 "${pkgname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
35
install -Dm644 "${pkgname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
36
37
cd "${pkgname}-${pkgver}"
38
find {src,web/dist,alembic.ini,pyproject.toml,uv.lock,README.md} -type f -exec install -Dm644 {} "${pkgdir}/usr/share/${pkgname}/{}" \;
39
40
cd docs
41
find . -type f -exec install -Dm644 {} "${pkgdir}/usr/share/doc/${pkgname}/{}" \;
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 15:23:42 | Low | 1 |