New package: TMSU-0.7.4

closes #8774
This commit is contained in:
xaltsc 2019-02-16 05:34:15 +01:00 committed by maxice8
parent a02680f635
commit 053c14a812
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 24 additions and 0 deletions

24
srcpkgs/TMSU/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'TMSU'
pkgname=TMSU
version=0.7.4
revision=1
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=04e8a4c47532a4d8f673c3b3a921a47815c752b2ca1b564f6e1ed58a1b88a177
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
}