File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ abinfo "Installing shell completion ..."
2
+ install -vDm644 \
3
+ "$SRCDIR"/usr/share/vcstool-completion/vcs.bash \
4
+ "$PKGDIR"/usr/share/bash-completion/completions/vcs
5
+ install -vDm644 \
6
+ "$SRCDIR"/usr/share/vcstool-completion/vcs.zsh \
7
+ "$PKGDIR"/usr/share/zsh/site-functions/vcs
8
+ install -vDm644 \
9
+ "$SRCDIR"/usr/share/vcstool-completion/vcs.fish \
10
+ "$PKGDIR"/usr/share/fish/vendor_completions.d/vcz
Original file line number Diff line number Diff line change
1
+ PKGNAME=vcstool
2
+ PKGSEC=vcs
3
+ PKGDEP="setuptools pyyaml"
4
+ PKGDES="Command line tool to make working with multiple repositories easier"
5
+
6
+ NOPYTHON2=1
7
+ ABHOST=noarch
8
+ ABTYPE=python
Original file line number Diff line number Diff line change
1
+ VER=0.3.0
2
+ SRCS="git::commit=tags/$VER::https://github.com/dirk-thomas/vcstool"
3
+ CHKSUMS="SKIP"
4
+ CHKUPDATE="anitya::id=28654"
You can’t perform that action at this time.
0 commit comments