-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
29 lines (27 loc) · 774 Bytes
/
template
File metadata and controls
29 lines (27 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Template file for 'TMSU'
pkgname=TMSU
version=0.7.5
revision=4
build_style=go
go_import_path=github.com/oniony/TMSU
hostmakedepends="git"
depends="fuse sqlite"
short_desc="Tool for tagging files and accessing them through FUSE"
maintainer="xaltsc <xaltsc@protonmail.ch>"
license="GPL-3.0-or-later"
homepage="https://tmsu.org"
distfiles="https://github.com/oniony/TMSU/archive/v${version}.tar.gz"
checksum=0ac7f09336aaedf73623c4f486c05137c024a726c16dd32525463aee9d70b46a
broken="missing go.mod"
pre_build() {
export GOPATH=$PWD
}
do_install() {
vbin "$(find bin -name TMSU)" tmsu
vbin misc/bin/mount.tmsu
vbin misc/bin/tmsu-fs-merge
vbin misc/bin/tmsu-fs-mv
vbin misc/bin/tmsu-fs-rm
vman misc/man/tmsu.1
vinstall misc/zsh/_tmsu 644 usr/share/zsh/site-functions
}