tytanic-bin
LOW
maintainer laura7089
0 votes
scanned 2026-09-11 13:22:32.935812
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: Laura Demkowicz-Duffy <laura at demkowiczduffy dot co dot uk>
2
_pkgname=tytanic
3
pkgname=$_pkgname-bin
4
pkgver=0.4.1
5
pkgrel=1
6
pkgdesc="A test runner for typst projects"
7
arch=(x86_64 aarch64)
8
url="https://github.com/typst-community/tytanic"
9
license=('MIT OR Apache-2.0')
10
depends=()
11
makedepends=('mdbook')
12
provides=($_pkgname)
13
conflicts=($_pkgname)
14
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
15
source_x86_64=("$url/releases/download/v$pkgver/tytanic-$CARCH-unknown-linux-musl.tar.xz")
16
source_aarch64=("$url/releases/download/v$pkgver/tytanic-$CARCH-unknown-linux-musl.tar.xz")
17
sha256sums=('9acdf96fba301efb4b92cf5b67f6a2b454315aaf3aea79c0a68a13644b2881a8')
18
sha256sums_x86_64=('cf262206b2c89f4d74690b5c825d5ffce1f633eb2900948b50cc006dccebe32c')
19
sha256sums_aarch64=('5d3ccd7b58fe0d60717df50ce429fc39dc8be0abfc166817bdce1b2b7722190e')
20
21
build() {
22
cd "$_pkgname-$pkgver"
23
mdbook build docs/book
24
}
25
26
package() {
27
(
28
cd "$_pkgname-$pkgver/docs/book/build"
29
find -type f -exec install -Dm0644 "{}" "$pkgdir/usr/share/doc/$pkgname/book/{}" \;
30
)
31
32
cd "$_pkgname-$CARCH-unknown-linux-musl"
33
install -Dm0644 "LICENSE.Apache-2.0" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.Apache-2.0"
34
install -Dm0644 "LICENSE.MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.MIT"
35
install -Dm0644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
36
install -Dm0755 tt "$pkgdir/usr/bin/tt"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 13:22:32 | Low | 1 |