Skip to content

Commit 29341aa

Browse files
committed
New package: bob-4.1.6
1 parent 2811b94 commit 29341aa

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

srcpkgs/bob/template

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Template file for 'bob'
2+
pkgname=bob
3+
version=4.1.6
4+
revision=1
5+
build_style=cargo
6+
short_desc="Version manager for neovim"
7+
maintainer="Alex March <alex@hosaka.cc>"
8+
license="MIT"
9+
homepage="https://github.com/MordechaiHadad/bob"
10+
changelog="https://github.com/MordechaiHadad/${pkgname}/releases"
11+
distfiles="https://github.com/MordechaiHadad/${pkgname}/archive/refs/tags/v${version}.tar.gz"
12+
checksum=c74a6b3950e297b3b013ee7586a784af05c014b8c84b78f3730538df4e1d4775
13+
14+
post_install() {
15+
vlicense LICENSE
16+
}

0 commit comments

Comments
 (0)