Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions srcpkgs/skim/template
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
# Template file for 'skim'
pkgname=skim
version=0.20.5
version=5.3.2
revision=1
build_style=cargo
make_install_args="--path skim"
short_desc="Fuzzy Finder in rust"
maintainer="Saksham <voidisnull@duck.com>"
license="MIT"
homepage="https://github.com/skim-rs/skim"
changelog="https://raw.githubusercontent.com/skim-rs/skim/master/CHANGELOG.md"
distfiles="https://github.com/skim-rs/skim/archive/refs/tags/v${version}.tar.gz"
checksum=c9b367bd37daa38b95a5da1e8f967279f4127168a38986b2f7d33a4b5fd413c2

if [ "$XBPS_WORDSIZE" = 32 ]; then
make_check=no # disable tests on 32bit due to register exhaustion
fi
# Disable `--tests` that can be flaky and rely on tmux. Unit tests already cover most of the application and tests are ran upstream
make_check_args="--bins --lib"
checksum=f0889a63c4b1e834db1456a5d0c722e4bddaa7a476b7cc3b7837caf3f4baac53

post_install() {
vbin bin/sk-tmux

vman man/man1/sk.1
vman man/man1/sk-tmux.1

vcompletion shell/completion.bash bash sk
vcompletion shell/completion.zsh zsh sk
Expand Down