From 0b067dd97c2f6691f0bbf184e2703793733b7ac3 Mon Sep 17 00:00:00 2001 From: Komeil Parseh Date: Sat, 9 May 2026 04:08:30 +0330 Subject: [PATCH] New package: ox-0.7.7 --- srcpkgs/ox/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/ox/template diff --git a/srcpkgs/ox/template b/srcpkgs/ox/template new file mode 100644 index 00000000000000..c3d35bec4f1b9a --- /dev/null +++ b/srcpkgs/ox/template @@ -0,0 +1,19 @@ +# Template file for 'ox' +pkgname=ox +version=0.7.7 +revision=1 +build_style=cargo +short_desc="Independent Rust text editor that runs in your terminal" +maintainer="Komeil Parseh " +license="GPL-2.0-only" +homepage="https://github.com/curlpipe/ox" +changelog="https://github.com/curlpipe/ox/releases/tag/${version}" +distfiles="https://github.com/curlpipe/ox/archive/refs/tags/${version}.tar.gz" +checksum=9dc869836e92beb5806739da25bf929b45bbb4173a6bffac31b762fcece74a0a + +post_install() { + vdoc README.md + + vmkdir usr/share/examples/ox + vsconf config/.oxrc oxrc +}