Skip to content
Open
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="Cross Platform Rust Repl"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That short description does not seem to match.

maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="GPL-2.0-or-later"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't find any reference to or-later, I think this should be 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
vinstall config/.oxrc 644 usr/share/examples/ox oxrc
Comment on lines +17 to +18
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
vmkdir usr/share/examples/ox
vinstall config/.oxrc 644 usr/share/examples/ox oxrc
vsconf config/.oxrc oxrc

}