tigerfs-bin
LOW
maintainer minhnbnt
0 votes
scanned 2026-08-25 05:25:49.966969
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
3
pkgname=tigerfs-bin
4
_pkgname=${pkgname/-bin/}
5
pkgver=0.7.0 # datasource=github-tags depName=timescale/tigerfs
6
pkgrel=2
7
pkgdesc='Mount PostgreSQL as a filesystem. Build apps with files, explore databases with ls and cat. Every write is logged and undoable.'
8
provides=($pkgname)
9
conflicts=($pkgname)
10
arch=('aarch64' 'x86_64')
11
url='https://tigerfs.io/'
12
license=('MIT')
13
14
_repo='https://github.com/timescale/tigerfs'
15
16
source_aarch64=("tigerfs_${pkgver}_arm64.tgz::${_repo}/releases/download/v${pkgver}/tigerfs_Linux_arm64.tar.gz")
17
source_x86_64=("tigerfs_${pkgver}_x86_64.tgz::${_repo}/releases/download/v${pkgver}/tigerfs_Linux_x86_64.tar.gz")
18
source=("LICENSE-${pkgver}::${_repo}/raw/refs/tags/v${pkgver}/LICENSE")
19
20
sha256sums=('2a81317d24906a8bca7ac1f6c6f1f775bf4f21c67c51ce9991c123b95b8ef6ce')
21
sha256sums_aarch64=('3527c554203f8bacc0a2104c1a6905ac60233e980dfa488cb03693ad061e1033')
22
sha256sums_x86_64=('fe30c217a5467003d4a9c8602d0f46ce2a59fe14ba142934137bffb36f965a7d')
23
24
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-25 05:25:49 | Low | 1 |