void-packages/srcpkgs/fish-shell/template
2013-07-17 22:29:52 -03:00

27 lines
625 B
Plaintext

# Template file for 'fish-shell'
pkgname=fish-shell
version=2.0.0
revision=3
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303"
build_style=gnu-configure
hostmakedepends="autoconf doxygen"
makedepends="ncurses-devel"
wrksrc="fish"
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
}
}