mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
fish-shell: misc fixes.
This commit is contained in:
parent
e6b522d0b3
commit
e1696c5a0e
1 changed files with 6 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'fish-shell'
|
# Template file for 'fish-shell'
|
||||||
pkgname=fish-shell
|
pkgname=fish-shell
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
|
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
|
||||||
checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303"
|
checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autoconf make"
|
hostmakedepends="autoconf doxygen"
|
||||||
makedepends="doxygen ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
wrksrc="fish"
|
wrksrc="fish"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
homepage="http://fishshell.com/"
|
homepage="http://fishshell.com/"
|
||||||
|
@ -19,9 +19,8 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fish-shell_package() {
|
fish-shell_package() {
|
||||||
noarch="yes"
|
|
||||||
register_shell="/usr/bin/fish"
|
register_shell="/usr/bin/fish"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue