diff --git a/srcpkgs/oatmeal/template b/srcpkgs/oatmeal/template new file mode 100644 index 00000000000..fb3e509c183 --- /dev/null +++ b/srcpkgs/oatmeal/template @@ -0,0 +1,16 @@ +# Template file for 'oatmeal' +pkgname=oatmeal +version=0.13.0 +revision=1 +build_style=cargo +short_desc="Terminal UI to chat with various large language models" +maintainer="Luca Bilke " +license="MIT" +homepage="https://github.com/dustinblackman/oatmeal" +changelog="https://raw.githubusercontent.com/dustinblackman/oatmeal/main/CHANGELOG.md" +distfiles="https://github.com/dustinblackman/oatmeal/archive/refs/tags/v${version}.tar.gz" +checksum=dee11f69eabc94adeb58edc5ecf5b51556bd4dec3a6a3d66c3a5e603aa8a0256 + +post_install() { + vlicense LICENSE +}