Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions app-vcs/vcstool/autobuild/beyond
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
abinfo "Installing shell completion ..."
mkdir -pv "$PKGDIR"/usr/share/bash-completion/completions
mkdir -pv "$PKGDIR"/usr/share/zsh/site-functions
mkdir -pv "$PKGDIR"/usr/share/fish/vendor_completions.d
mv -v \
"$PKGDIR"/usr/share/vcstool-completion/vcs.bash \
"$PKGDIR"/usr/share/bash-completion/completions/vcs
mv -v \
"$PKGDIR"/usr/share/vcstool-completion/vcs.zsh \
"$PKGDIR"/usr/share/zsh/site-functions/_vcs
mv -v \
"$PKGDIR"/usr/share/vcstool-completion/vcs.fish \
"$PKGDIR"/usr/share/fish/vendor_completions.d/vcs.fish
rm -rv "$PKGDIR"/usr/share/vcstool-completion
9 changes: 9 additions & 0 deletions app-vcs/vcstool/autobuild/defines
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
PKGNAME=vcstool
PKGSEC=vcs
PKGDEP="setuptools pyyaml"
PKGSUG="git mercurial subversion"
PKGDES="Command-line helper for working with multiple source repositories"

NOPYTHON2=1
ABHOST=noarch
ABTYPE=python
4 changes: 4 additions & 0 deletions app-vcs/vcstool/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VER=0.3.0
SRCS="git::commit=tags/$VER::https://github.com/dirk-thomas/vcstool"
CHKSUMS="SKIP"
CHKUPDATE="anitya::id=28654"