mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
s: install fish completion to vendor_completions.d
This commit is contained in:
parent
8615afe56f
commit
6201a29e35
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 's'
|
# Template file for 's'
|
||||||
pkgname=s
|
pkgname=s
|
||||||
version=0.5.14
|
version=0.5.14
|
||||||
revision=2
|
revision=3
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/zquestz/s
|
go_import_path=github.com/zquestz/s
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
@ -14,5 +14,5 @@ checksum=c32eedf6a4080cbe221c902cf7f63b1668b3927edfc448d963d69ed66c8ec2fb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vinstall autocomplete/s.fish 644 usr/share/fish/completions
|
vinstall autocomplete/s.fish 644 usr/share/fish/vendor_completions.d
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue