New package: dufs-0.41.0

This commit is contained in:
chrysos349 2023-12-05 03:56:45 +03:00 committed by tranzystorekk
parent 9eaf8b9c9d
commit af9285ea14
1 changed files with 25 additions and 0 deletions

25
srcpkgs/dufs/template Normal file
View File

@ -0,0 +1,25 @@
# Template file for 'dufs'
pkgname=dufs
version=0.41.0
revision=1
build_style=cargo
build_helper=qemu
# test fails in ci
make_check_args="-- --skip bind_ipv4_ipv6"
hostmakedepends="pkg-config"
makedepends="bzip2-devel liblzma-devel"
short_desc="File server that supports static serving, uploading, searching, etc"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="Apache-2.0, MIT"
homepage="https://github.com/sigoden/dufs"
changelog="https://raw.githubusercontent.com/sigoden/dufs/main/CHANGELOG.md"
distfiles="https://github.com/sigoden/dufs/archive/v${version}.tar.gz"
checksum=8c0549678a4954a498e0f1f99fe4beec2acd3cb0084fc611cf20431313b05033
post_install() {
vlicense LICENSE-MIT
for shell in bash fish zsh; do
vtargetrun ${DESTDIR}/usr/bin/dufs --completions ${shell} > dufs.${shell}
vcompletion dufs.${shell} ${shell}
done
}