abinfo "Installing repo ..."
install -Dvm755 "$SRCDIR"/repo -t "$PKGDIR"/usr/bin/

abinfo "Installing manpages ..."
install -Dvm644 "$SRCDIR"/man/*.1 -t "$PKGDIR"/usr/share/man/man1/

abinfo "Installing shell completions ..."
install -Dvm644 "$SRCDIR"/completion.bash \
    "$PKGDIR"/usr/share/bash-completion/completions/repo
install -Dvm64 "$SRCDIR"/completion.zsh \
    "$PKGDIR"/usr/share/zsh/functions/Completion/Linux/_repo
