void-packages/srcpkgs/fish-shell/template
2013-10-31 14:09:29 -03:00

27 lines
636 B
Plaintext

# Template file for 'fish-shell'
pkgname=fish-shell
version=2.1.0
revision=1
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
checksum="af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044"
build_style=gnu-configure
hostmakedepends="autoconf doxygen"
makedepends="ncurses-devel"
wrksrc="fish-${version}"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://fishshell.com/"
license="GPL"
short_desc="User friendly shell intended mostly for interactive use"
pre_configure() {
autoconf
autoheader
}
fish-shell_package() {
register_shell="/usr/bin/fish"
pkg_install() {
vmove all
}
}