tytanic-bin

LOW
maintainer laura7089 0 votes scanned 2026-09-11 13:22:32.935812
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: Laura Demkowicz-Duffy <laura at demkowiczduffy dot co dot uk>
2_pkgname=tytanic
3pkgname=$_pkgname-bin
4pkgver=0.4.1
5pkgrel=1
6pkgdesc="A test runner for typst projects"
7arch=(x86_64 aarch64)
8url="https://github.com/typst-community/tytanic"
9license=('MIT OR Apache-2.0')
10depends=()
11makedepends=('mdbook')
12provides=($_pkgname)
13conflicts=($_pkgname)
14source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
15source_x86_64=("$url/releases/download/v$pkgver/tytanic-$CARCH-unknown-linux-musl.tar.xz")
16source_aarch64=("$url/releases/download/v$pkgver/tytanic-$CARCH-unknown-linux-musl.tar.xz")
17sha256sums=('9acdf96fba301efb4b92cf5b67f6a2b454315aaf3aea79c0a68a13644b2881a8')
18sha256sums_x86_64=('cf262206b2c89f4d74690b5c825d5ffce1f633eb2900948b50cc006dccebe32c')
19sha256sums_aarch64=('5d3ccd7b58fe0d60717df50ce429fc39dc8be0abfc166817bdce1b2b7722190e')
20
21build() {
22 cd "$_pkgname-$pkgver"
23 mdbook build docs/book
24}
25
26package() {
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)SeverityRules
2026-09-11 13:22:32 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