diff --git a/srcpkgs/markdown-oxide/template b/srcpkgs/markdown-oxide/template new file mode 100644 index 00000000000000..d7ac1e10d8d6fe --- /dev/null +++ b/srcpkgs/markdown-oxide/template @@ -0,0 +1,26 @@ +# Template file for 'markdown-oxide' +pkgname=markdown-oxide +version=0.25.10 +revision=1 +#archs="i686 x86_64" +#build_wrksrc= +build_style=cargo +#configure_args="" +#make_build_args="" +#make_install_args="" +#conf_files="" +#make_dirs="/var/log/dir 0755 root root" +hostmakedepends="" +makedepends="" +depends="" +short_desc="PKM Markdown Language Server" +maintainer="Naz " +license="Apache-2.0" +homepage="https://oxide.md/" +#changelog="" +distfiles="https://github.com/Feel-ix-343/markdown-oxide/archive/refs/tags/v${version}.tar.gz" +checksum=67217dc2f460a21bf64493d2ebe860cb93563a62aa5eecc28c24cf38ee7100ed + +post_install() { + vlicense LICENSE +}