File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ abinfo "Installing shell completion ..."
2
+ mkdir -pv "$PKGDIR"/usr/share/bash-completion/completions
3
+ mkdir -pv "$PKGDIR"/usr/share/zsh/site-functions
4
+ mkdir -pv "$PKGDIR"/usr/share/fish/vendor_completions.d
5
+ mv -v \
6
+ "$PKGDIR"/usr/share/vcstool-completion/vcs.bash \
7
+ "$PKGDIR"/usr/share/bash-completion/completions/vcs
8
+ mv -v \
9
+ "$PKGDIR"/usr/share/vcstool-completion/vcs.zsh \
10
+ "$PKGDIR"/usr/share/zsh/site-functions/_vcs
11
+ mv -v \
12
+ "$PKGDIR"/usr/share/vcstool-completion/vcs.fish \
13
+ "$PKGDIR"/usr/share/fish/vendor_completions.d/vcs.fish
14
+ rm -rv "$PKGDIR"/usr/share/vcstool-completion
Original file line number Diff line number Diff line change
1
+ PKGNAME=vcstool
2
+ PKGSEC=vcs
3
+ PKGDEP="setuptools pyyaml"
4
+ PKGSUG="git mercurial subversion"
5
+ PKGDES="Command-line helper for working with multiple source repositories"
6
+
7
+ NOPYTHON2=1
8
+ ABHOST=noarch
9
+ 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