Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions srcpkgs/ox/template
Original file line number Diff line number Diff line change
@@ -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
}