tigerfs-bin

LOW
maintainer minhnbnt 0 votes scanned 2026-08-25 05:25:49.966969
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# Contributor: Nguyễn Quang Minh <minhnbnt at gmail dot com>
2
3pkgname=tigerfs-bin
4_pkgname=${pkgname/-bin/}
5pkgver=0.7.0 # datasource=github-tags depName=timescale/tigerfs
6pkgrel=2
7pkgdesc='Mount PostgreSQL as a filesystem. Build apps with files, explore databases with ls and cat. Every write is logged and undoable.'
8provides=($pkgname)
9conflicts=($pkgname)
10arch=('aarch64' 'x86_64')
11url='https://tigerfs.io/'
12license=('MIT')
13
14_repo='https://github.com/timescale/tigerfs'
15
16source_aarch64=("tigerfs_${pkgver}_arm64.tgz::${_repo}/releases/download/v${pkgver}/tigerfs_Linux_arm64.tar.gz")
17source_x86_64=("tigerfs_${pkgver}_x86_64.tgz::${_repo}/releases/download/v${pkgver}/tigerfs_Linux_x86_64.tar.gz")
18source=("LICENSE-${pkgver}::${_repo}/raw/refs/tags/v${pkgver}/LICENSE")
19
20sha256sums=('2a81317d24906a8bca7ac1f6c6f1f775bf4f21c67c51ce9991c123b95b8ef6ce')
21sha256sums_aarch64=('3527c554203f8bacc0a2104c1a6905ac60233e980dfa488cb03693ad061e1033')
22sha256sums_x86_64=('fe30c217a5467003d4a9c8602d0f46ce2a59fe14ba142934137bffb36f965a7d')
23
24package() {
25
26 local binary=${pkgdir}/usr/bin/tigerfs
27 local docs_dir=${pkgdir}/usr/share/doc/${pkgname}
28
29 install -Dm755 "tigerfs" $binary
30 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
31
32 mkdir -p $docs_dir
33 cp -r docs skills "README.md" $docs_dir
34 chmod 755 $docs_dir -R
35
36 $binary completion bash | \
37 install -Dm0644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/$_pkgname.bash"
38
39 $binary completion fish | \
40 install -Dm0644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/$_pkgname.fish"
41
42 $binary completion zsh | \
43 install -Dm0644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
44}
45

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 05:25:49 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