contrib/atuin/Pkgfile

19 lines
540 B
Plaintext

# Description: Magical shell history
# URL: https://github.com/ellie/atuin
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: rust
name=atuin
version=13.0.0
release=1
source=(https://github.com/ellie/atuin/archive/v$version/$name-$version.tar.gz)
build() {
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
[[ ! -e $PKGMK_SOURCE_DIR/rust ]] && mkdir $PKGMK_SOURCE_DIR/rust
cargo build --release --manifest-path $name-$version/Cargo.toml
install -Dt $PKG/usr/bin $name-$version/target/release/$name
}