aboutsummaryrefslogtreecommitdiff
path: root/yazi/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'yazi/abuild')
-rw-r--r--yazi/abuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/yazi/abuild b/yazi/abuild
new file mode 100644
index 00000000..5f33568b
--- /dev/null
+++ b/yazi/abuild
@@ -0,0 +1,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
+}