mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-26 06:48:35 -06:00
Minor formatting
This commit is contained in:
parent
54464c652d
commit
384b5dd2a9
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ architectures=('amd64')
|
||||||
maintainer='SinTan1729'
|
maintainer='SinTan1729'
|
||||||
license=('APACHE-2.0' 'MIT')
|
license=('APACHE-2.0' 'MIT')
|
||||||
provides=('bat')
|
provides=('bat')
|
||||||
conflicts=('$bat')
|
conflicts=('bat')
|
||||||
git_repo="sharkdp/bat"
|
git_repo="sharkdp/bat"
|
||||||
|
|
||||||
sources=()
|
sources=()
|
||||||
|
@ -29,4 +29,4 @@ package() {
|
||||||
install -Dm644 "./autocomplete/${name}.zsh" "${pkgdir}/usr/share/zsh/site-functions/_${name}"
|
install -Dm644 "./autocomplete/${name}.zsh" "${pkgdir}/usr/share/zsh/site-functions/_${name}"
|
||||||
install -Dm644 "./autocomplete/${name}.bash" "${pkgdir}/usr/share/bash-completion/completions/${name}"
|
install -Dm644 "./autocomplete/${name}.bash" "${pkgdir}/usr/share/bash-completion/completions/${name}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue