Skip to content

Commit 2462ab4

Browse files
committed
vcstool: new, 0.3.0
Signed-off-by: stydxm <[email protected]>
1 parent 79e8c51 commit 2462ab4

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

app-vcs/vcstool/autobuild/beyond

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
abinfo "Installing shell completion ..."
2+
install -vDm644 \
3+
"$PKGDIR"/usr/share/vcstool-completion/vcs.bash \
4+
"$PKGDIR"/usr/share/bash-completion/completions/vcs
5+
install -vDm644 \
6+
"$PKGDIR"/usr/share/vcstool-completion/vcs.zsh \
7+
"$PKGDIR"/usr/share/zsh/site-functions/vcs
8+
install -vDm644 \
9+
"$PKGDIR"/usr/share/vcstool-completion/vcs.fish \
10+
"$PKGDIR"/usr/share/fish/vendor_completions.d/vcz

app-vcs/vcstool/autobuild/defines

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

app-vcs/vcstool/spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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"

0 commit comments

Comments
 (0)