mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
s: install fish completion
This commit is contained in:
parent
aa0e791a24
commit
0d679925ca
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 's'
|
# Template file for 's'
|
||||||
pkgname=s
|
pkgname=s
|
||||||
version=0.5.14
|
version=0.5.14
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/zquestz/s
|
go_import_path=github.com/zquestz/s
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Web search from the terminal"
|
short_desc="Web search from the terminal"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/zquestz/s"
|
homepage="https://github.com/zquestz/s"
|
||||||
distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
|
distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
|
||||||
|
@ -14,4 +14,5 @@ checksum=c32eedf6a4080cbe221c902cf7f63b1668b3927edfc448d963d69ed66c8ec2fb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vinstall autocomplete/s.fish 644 usr/share/fish/completions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue