diff --git a/srcpkgs/bob/template b/srcpkgs/bob/template new file mode 100644 index 00000000000000..6cc5eb32c6b581 --- /dev/null +++ b/srcpkgs/bob/template @@ -0,0 +1,16 @@ +# Template file for 'bob' +pkgname=bob +version=4.1.6 +revision=1 +build_style=cargo +short_desc="Version manager for neovim" +maintainer="Alex March " +license="MIT" +homepage="https://github.com/MordechaiHadad/bob" +changelog="https://github.com/MordechaiHadad/${pkgname}/releases" +distfiles="https://github.com/MordechaiHadad/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum=c74a6b3950e297b3b013ee7586a784af05c014b8c84b78f3730538df4e1d4775 + +post_install() { + vlicense LICENSE +}