New package: ox-0.7.7

This commit is contained in:
Komeil Parseh
2026-05-11 00:19:37 +02:00
committed by Duncan Overbruck
parent 21556dda1d
commit a1d4cba08f
+19
View File
@@ -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 <komeilparseh@disroot.org>"
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
}