We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2811b94 commit 29341aaCopy full SHA for 29341aa
1 file changed
srcpkgs/bob/template
@@ -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