git-bashcompletion: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:52:33 +00:00
parent ff7cd49e16
commit 8b26a8a8bd
3 changed files with 0 additions and 24 deletions

View File

@ -1,5 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/bash-completion/
drwxr-xr-x root/root usr/share/bash-completion/completions/
-rw-r--r-- root/root usr/share/bash-completion/completions/git

View File

@ -1,4 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fNPv7sSGoR7UlzCrzbhPdl4jjz6ZHQqNXQpndgB6yZ8zn9MNhdHofVsxoIM/91A/Hw+h2RR/8TBXDMjivnJYAk=
SHA256 (Pkgfile) = dfc28d46ac8f9704fc272dfa8032a7e8f3995381316bc74a9da503c6ae274602
SHA256 (.footprint) = 1bc3e7b105d6608708dfdd99aaa042d82109bf6288740708ed31226331cf194e

View File

@ -1,15 +0,0 @@
# Description: programmable bash completion for git
# URL: https://git-scm.com
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: bash-completion git
name=git-bashcompletion
version=2.30.0
release=1
source=()
build() {
wget http://repo.or.cz/git.git/blob_plain/refs/tags/v${version}:/contrib/completion/git-completion.bash
install -D -m 644 git-completion.bash \
$PKG/usr/share/bash-completion/completions/git
}