# Template file for 'atuin' pkgname=atuin version=18.0.2 revision=1 build_style=cargo build_helper=qemu make_check_args="-- --skip registration --skip sync --skip change_password --skip multi_user_test" make_install_args="--path atuin" hostmakedepends="pkg-config sqlite-devel" makedepends="sqlite-devel" short_desc="Magical shell history" maintainer="Marcin Puc " license="MIT" homepage="https://atuin.sh" changelog="https://raw.githubusercontent.com/atuinsh/atuin/main/CHANGELOG.md" distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz" checksum=9be137bf3689ffdbd4acdaad39f0473c6bc81526819a3509c8f7d3090269b0f9 post_install() { vlicense LICENSE for shell in bash fish zsh; do vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell} vcompletion atuin.${shell} ${shell} done }