20 lines
580 B
Bash
20 lines
580 B
Bash
# 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
|
|
}
|