aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/yazi/abuild
blob: 5f33568b676d0d36823073a63c335a5af1fcca7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=yazi
version=26.5.6
release=1
source="https://github.com/sx${name}/${name}/archive/v${version}/${name}-v${version}.tar.gz
	no-jemalloc.patch"

build() {
	cargo fetch --locked --target host-tuple
	cargo build --release --frozen --no-default-features
	install -Dm755 target/release/yazi $PKG/usr/bin/yazi
	install -Dm755 target/release/ya $PKG/usr/bin/ya
}