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
16 changes: 16 additions & 0 deletions srcpkgs/bob/template
Original file line number Diff line number Diff line change
@@ -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 <alex@hosaka.cc>"
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
}